Color Hex Logo

#bd654a Color Hex

#BD654A
(189,101,74)
0 Favorites   0 Comments

Color spaces of #bd654a

RGB 18910174
HSL0.040.470.52
HSV14°61°74°
CMYK 0.000.470.61   0.26
XYZ26.876020.62069.0422
Yxy20.62060.47540.3647
Hunter Lab45.409926.178419.9809
CIE-Lab52.531732.784530.9010

#bd654a color RGB value is (189,101,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 01001010
Octal 275 145 112
Decimal 189 101 74
Hex BD 65 4A

RGB Percentages of Color #bd654a

%51.92
%27.75
%20.33

CMYK Percentages of Color #bd654a

%0
%47
%61
%26

Triadic Colors of #bd654a

#bd654a #4abd65 #654abd

Analogous Colors of #bd654a

#bd654a #bd9f4a #bd4a69

Monochromatic Colors of #bd654a

#bd654a

Complementary Color

#bd654a #4aa2bd

#bd654a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd654a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd654a Color CSS Codes

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

#bd654a Text Font Color

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

This sample text font color is #bd654a
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.


#bd654a Background Color

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

This div background color is #bd654a


#bd654a Border Color

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

This div border color is #bd654a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,101,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 #bd654a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd654a


Comments

No comments written yet.

Please login to write comment.