Html Css Color HEX #BDB972 Dark Khaki

📋 copy color: '#BDB972'

red 189 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #BDB972

Tints of Dark Khaki #BDB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 38.73%
G = 37.91%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB972 (or 0xBDB972) is known color: Dark Khaki. HEX triplet: BD, B9 and 72. RGB value is (189,185,114). Sum of RGB (Red+Green+Blue) = 189+185+114=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB972 is #42468D. Grayscale: #B2B2B2. Windows color (decimal): -4343438 or 7518653. OLE color: 7518653.

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

Color convert

RGB 189 185 114 -
CMYK 0 0.02 0.40 0.26
HSL 56.8º 0.36% 0.59% -
HSV(B) 56.8º 0.4% 0.74% -
XYZ 41.37 46.73 22.76 -
YUV 178.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 189 185 114 0 0.02 0.40 0.26 56.8 0.36 0.59
Hex BD B9 72 0 2 28 1A 39 24 3B
Octal 275 271 162 0 2 50 32 71 44 73
Binary 10111101 10111001 1110010 0 10 101000 11010 111001 100100 111011

Color Harmonies of #BDB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB972

Black with #BDB972

Text Example


Text Example

White with #BDB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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