Html Css Color HEX #BDB170 Dark Khaki

📋 copy color: '#BDB170'

red 189 ◦ green 177 ◦ blue 112

#BDB170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BDB170

Tints of Dark Khaki #BDB170

RGB

 RED value IS 189 (74.22% from 255) = 39.54%

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 39.54%
G = 37.03%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB170 (or 0xBDB170) is known color: Dark Khaki. HEX triplet: BD, B1 and 70. RGB value is (189,177,112). Sum of RGB (Red+Green+Blue) = 189+177+112=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB170 is #424E8F. Grayscale: #ADADAD. Windows color (decimal): -4345488 or 7385533. OLE color: 7385533.

HSL color Cylindrical-coordinate representation of color #BDB170: hue angle of 50.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB170 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 112 -
CMYK 0 0.06 0.41 0.26
HSL 50.65º 0.37% 0.59% -
HSV(B) 50.65º 0.41% 0.74% -
XYZ 39.63 43.43 21.62 -
YUV 173.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 189 177 112 0 0.06 0.41 0.26 50.65 0.37 0.59
Hex BD B1 70 0 6 29 1A 33 25 3B
Octal 275 261 160 0 6 51 32 63 45 73
Binary 10111101 10110001 1110000 0 110 101001 11010 110011 100101 111011

Color Harmonies of #BDB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB170

Black with #BDB170

Text Example


Text Example

White with #BDB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB170; }

 p { color: rgb(189,177,112); }

 H1.HeaderClassName
 {
   color: #BDB170;
 }
 .AnyTagClassName
 {
   color: #BDB170;
 }
</style>

background-color css

<style>
 a { background-color: #BDB170; }

 a { background-color: rgb(189,177,112); }

 div.DivClassName
 {
   background-color: #BDB170;
 }
 .BgClassName
 {
   background-color: #BDB170;
 }
</style>

border-color css

<style>
 span { border-color: #BDB170; }

 span { border-color: rgb(189,177,112); }

 td.TdClassName
 {
   border-color: #BDB170;
 }
 .TagClassName
 {
   border-color: #BDB170;
 }
</style>