Color Hex Logo

#bd695a Color Hex

#BD695A
(189,105,90)
0 Favorites   0 Comments

Color spaces of #bd695a

RGB 18910590
HSL0.030.430.55
HSV52°74°
CMYK 0.000.440.52   0.26
XYZ27.883321.660212.3841
Yxy21.66020.45030.3498
Hunter Lab46.540525.496816.8017
CIE-Lab53.664631.951423.2097

#bd695a color RGB value is (189,105,90).

#bd695a hex color red value is 189, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd695a hue: 0.03 , saturation: 0.43 and the lightness value of bd695a is 0.55.

The process color (four color CMYK) of #bd695a color hex is 0.00, 0.44, 0.52, 0.26. Web safe color of #bd695a is #cc6666. Color #bd695a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 01011010
Octal 275 151 132
Decimal 189 105 90
Hex BD 69 5A

RGB Percentages of Color #bd695a

%49.22
%27.34
%23.44

CMYK Percentages of Color #bd695a

%0
%44
%52
%26

Triadic Colors of #bd695a

#bd695a #5abd69 #695abd

Analogous Colors of #bd695a

#bd695a #bd9b5a #bd5a7d

Monochromatic Colors of #bd695a

#bd695a

Complementary Color

#bd695a #5aaebd

#bd695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd695a Color CSS Codes

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

#bd695a Text Font Color

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

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


#bd695a Background Color

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

This div background color is #bd695a


#bd695a Border Color

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

This div border color is #bd695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd695a


Comments

No comments written yet.

Please login to write comment.