Html Css Color HEX #BDB871 Dark Khaki

📋 copy color: '#BDB871'

red 189 ◦ green 184 ◦ blue 113

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

Shades of Dark Khaki #BDB871

Tints of Dark Khaki #BDB871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 38.89%
G = 37.86%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB871 (or 0xBDB871) is known color: Dark Khaki. HEX triplet: BD, B8 and 71. RGB value is (189,184,113). Sum of RGB (Red+Green+Blue) = 189+184+113=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB871 is #42478E. Grayscale: #B1B1B1. Windows color (decimal): -4343695 or 7452861. OLE color: 7452861.

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

Color convert

RGB 189 184 113 -
CMYK 0 0.03 0.40 0.26
HSL 56.05º 0.37% 0.59% -
HSV(B) 56.05º 0.4% 0.74% -
XYZ 41.11 46.29 22.39 -
YUV 177.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 189 184 113 0 0.03 0.40 0.26 56.05 0.37 0.59
Hex BD B8 71 0 3 28 1A 38 25 3B
Octal 275 270 161 0 3 50 32 70 45 73
Binary 10111101 10111000 1110001 0 11 101000 11010 111000 100101 111011

Color Harmonies of #BDB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB871

Black with #BDB871

Text Example


Text Example

White with #BDB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB871; }

 p { color: rgb(189,184,113); }

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

background-color css

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

 a { background-color: rgb(189,184,113); }

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

border-color css

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

 span { border-color: rgb(189,184,113); }

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