Html Css Color HEX #BDB072 Dark Khaki

📋 copy color: '#BDB072'

red 189 ◦ green 176 ◦ blue 114

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

Shades of Dark Khaki #BDB072

Tints of Dark Khaki #BDB072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 39.46%
G = 36.74%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB072 (or 0xBDB072) is known color: Dark Khaki. HEX triplet: BD, B0 and 72. RGB value is (189,176,114). Sum of RGB (Red+Green+Blue) = 189+176+114=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB072 is #424F8D. Grayscale: #ADADAD. Windows color (decimal): -4345742 or 7516349. OLE color: 7516349.

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

Color convert

RGB 189 176 114 -
CMYK 0 0.07 0.40 0.26
HSL 49.6º 0.36% 0.59% -
HSV(B) 49.6º 0.4% 0.74% -
XYZ 39.55 43.08 22.15 -
YUV 172.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 189 176 114 0 0.07 0.40 0.26 49.6 0.36 0.59
Hex BD B0 72 0 7 28 1A 32 24 3B
Octal 275 260 162 0 7 50 32 62 44 73
Binary 10111101 10110000 1110010 0 111 101000 11010 110010 100100 111011

Color Harmonies of #BDB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB072

Black with #BDB072

Text Example


Text Example

White with #BDB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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