Color Hex Logo

#bd644a Color Hex

#BD644A
(189,100,74)
0 Favorites   0 Comments

Color spaces of #bd644a

RGB 18910074
HSL0.040.470.52
HSV14°61°74°
CMYK 0.000.470.61   0.26
XYZ26.779520.42769.0100
Yxy20.42760.47640.3634
Hunter Lab45.196926.668019.8184
CIE-Lab52.317333.315830.6349

#bd644a color RGB value is (189,100,74).

#bd644a hex color red value is 189, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd644a hue: 0.04 , saturation: 0.47 and the lightness value of bd644a is 0.52.

The process color (four color CMYK) of #bd644a color hex is 0.00, 0.47, 0.61, 0.26. Web safe color of #bd644a is #cc6633. Color #bd644a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 01001010
Octal 275 144 112
Decimal 189 100 74
Hex BD 64 4A

RGB Percentages of Color #bd644a

%52.07
%27.55
%20.39

CMYK Percentages of Color #bd644a

%0
%47
%61
%26

Triadic Colors of #bd644a

#bd644a #4abd64 #644abd

Analogous Colors of #bd644a

#bd644a #bd9e4a #bd4a6a

Monochromatic Colors of #bd644a

#bd644a

Complementary Color

#bd644a #4aa3bd

#bd644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd644a Color CSS Codes

.mybgcolor {background-color:#bd644a; } 
.myforecolor {color:#bd644a; }
.mybordercolor {border:3px solid #bd644a; }

#bd644a Text Font Color

<p style="color:#bd644a">Text here</p>

This sample text font color is #bd644a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd644a Background Color

<div style="background-color:#bd644a">
Div content here</div>

This div background color is #bd644a


#bd644a Border Color

<div style="border:3px solid #bd644a">
Div here</div>

This div border color is #bd644a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,100,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd644a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd644a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd644a;
  box-shadow:         1px 1px 3px 2px #bd644a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,100,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd644a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd644a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd644a;
  box-shadow:         1px 1px 3px 2px #bd644a;">
Div content here</div>

This div box has shadow with color #bd644a


Comments

No comments written yet.

Please login to write comment.