Color Hex Logo

#bd7a70 Color Hex

#BD7A70
(189,122,112)
0 Favorites   0 Comments

Color spaces of #bd7a70

RGB 189122112
HSL0.020.370.59
HSV41°74°
CMYK 0.000.350.41   0.26
XYZ30.870425.907718.7029
Yxy25.90770.40900.3432
Hunter Lab50.899619.185213.8438
CIE-Lab57.949324.946316.3224

#bd7a70 color RGB value is (189,122,112).

#bd7a70 hex color red value is 189, green value is 122 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bd7a70 hue: 0.02 , saturation: 0.37 and the lightness value of bd7a70 is 0.59.

The process color (four color CMYK) of #bd7a70 color hex is 0.00, 0.35, 0.41, 0.26. Web safe color of #bd7a70 is #cc6666. Color #bd7a70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 01110000
Octal 275 172 160
Decimal 189 122 112
Hex BD 7A 70

RGB Percentages of Color #bd7a70

%44.68
%28.84
%26.48

CMYK Percentages of Color #bd7a70

%0
%35
%41
%26

Triadic Colors of #bd7a70

#bd7a70 #70bd7a #7a70bd

Analogous Colors of #bd7a70

#bd7a70 #bda170 #bd708d

Monochromatic Colors of #bd7a70

#bd7a70

Complementary Color

#bd7a70 #70b3bd

#bd7a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7a70 Color CSS Codes

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

#bd7a70 Text Font Color

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

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


#bd7a70 Background Color

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

This div background color is #bd7a70


#bd7a70 Border Color

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

This div border color is #bd7a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7a70


Comments

No comments written yet.

Please login to write comment.