Html Css Color HEX #BDB876 Dark Khaki

📋 copy color: '#BDB876'

red 189 ◦ green 184 ◦ blue 118

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

Shades of Dark Khaki #BDB876

Tints of Dark Khaki #BDB876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 38.49%
G = 37.47%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB876 (or 0xBDB876) is known color: Dark Khaki. HEX triplet: BD, B8 and 76. RGB value is (189,184,118). Sum of RGB (Red+Green+Blue) = 189+184+118=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB876 is #424789. Grayscale: #B2B2B2. Windows color (decimal): -4343690 or 7780541. OLE color: 7780541.

HSL color Cylindrical-coordinate representation of color #BDB876: hue angle of 55.77º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB876 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 118 -
CMYK 0 0.03 0.38 0.26
HSL 55.77º 0.35% 0.6% -
HSV(B) 55.77º 0.38% 0.74% -
XYZ 41.4 46.41 23.92 -
YUV 177.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 189 184 118 0 0.03 0.38 0.26 55.77 0.35 0.6
Hex BD B8 76 0 3 26 1A 38 23 3C
Octal 275 270 166 0 3 46 32 70 43 74
Binary 10111101 10111000 1110110 0 11 100110 11010 111000 100011 111100

Color Harmonies of #BDB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB876

Black with #BDB876

Text Example


Text Example

White with #BDB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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