Html Css Color HEX #BDB875 Dark Khaki

📋 copy color: '#BDB875'

red 189 ◦ green 184 ◦ blue 117

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

Shades of Dark Khaki #BDB875

Tints of Dark Khaki #BDB875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 38.57%
G = 37.55%
B = 23.88%

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

#BDB875 (or 0xBDB875) is known color: Dark Khaki. HEX triplet: BD, B8 and 75. RGB value is (189,184,117). Sum of RGB (Red+Green+Blue) = 189+184+117=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB875 is #42478A. Grayscale: #B2B2B2. Windows color (decimal): -4343691 or 7715005. OLE color: 7715005.

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

Color convert

RGB 189 184 117 -
CMYK 0 0.03 0.38 0.26
HSL 55.83º 0.35% 0.6% -
HSV(B) 55.83º 0.38% 0.74% -
XYZ 41.34 46.38 23.6 -
YUV 177.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 189 184 117 0 0.03 0.38 0.26 55.83 0.35 0.6
Hex BD B8 75 0 3 26 1A 38 23 3C
Octal 275 270 165 0 3 46 32 70 43 74
Binary 10111101 10111000 1110101 0 11 100110 11010 111000 100011 111100

Color Harmonies of #BDB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB875

Black with #BDB875

Text Example


Text Example

White with #BDB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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