Html Css Color HEX #BDBB70 Dark Khaki

📋 copy color: '#BDBB70'

red 189 ◦ green 187 ◦ blue 112

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

Shades of Dark Khaki #BDBB70

Tints of Dark Khaki #BDBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

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

R = 38.73%
G = 38.32%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDBB70 (or 0xBDBB70) is known color: Dark Khaki. HEX triplet: BD, BB and 70. RGB value is (189,187,112). Sum of RGB (Red+Green+Blue) = 189+187+112=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB70 is #42448F. Grayscale: #B3B3B3. Windows color (decimal): -4342928 or 7388093. OLE color: 7388093.

HSL color Cylindrical-coordinate representation of color #BDBB70: hue angle of 58.44º 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 #BDBB70 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 112 -
CMYK 0 0.01 0.41 0.26
HSL 58.44º 0.37% 0.59% -
HSV(B) 58.44º 0.41% 0.74% -
XYZ 41.68 47.53 22.31 -
YUV 179.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 189 187 112 0 0.01 0.41 0.26 58.44 0.37 0.59
Hex BD BB 70 0 1 29 1A 3A 25 3B
Octal 275 273 160 0 1 51 32 72 45 73
Binary 10111101 10111011 1110000 0 1 101001 11010 111010 100101 111011

Color Harmonies of #BDBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB70

Black with #BDBB70

Text Example


Text Example

White with #BDBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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