Html Css Color HEX #BDBB72 Dark Khaki

📋 copy color: '#BDBB72'

red 189 ◦ green 187 ◦ blue 114

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

Shades of Dark Khaki #BDBB72

Tints of Dark Khaki #BDBB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 38.57%
G = 38.16%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDBB72 (or 0xBDBB72) is known color: Dark Khaki. HEX triplet: BD, BB and 72. RGB value is (189,187,114). Sum of RGB (Red+Green+Blue) = 189+187+114=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB72 is #42448D. Grayscale: #B3B3B3. Windows color (decimal): -4342926 or 7519165. OLE color: 7519165.

HSL color Cylindrical-coordinate representation of color #BDBB72: hue angle of 58.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDBB72 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 114 -
CMYK 0 0.01 0.40 0.26
HSL 58.4º 0.36% 0.59% -
HSV(B) 58.4º 0.4% 0.74% -
XYZ 41.79 47.57 22.9 -
YUV 179.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 189 187 114 0 0.01 0.40 0.26 58.4 0.36 0.59
Hex BD BB 72 0 1 28 1A 3A 24 3B
Octal 275 273 162 0 1 50 32 72 44 73
Binary 10111101 10111011 1110010 0 1 101000 11010 111010 100100 111011

Color Harmonies of #BDBB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB72

Black with #BDBB72

Text Example


Text Example

White with #BDBB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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