Html Css Color HEX #BDB877 Dark Khaki

📋 copy color: '#BDB877'

red 189 ◦ green 184 ◦ blue 119

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

Shades of Dark Khaki #BDB877

Tints of Dark Khaki #BDB877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 38.41%
G = 37.4%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB877 (or 0xBDB877) is known color: Dark Khaki. HEX triplet: BD, B8 and 77. RGB value is (189,184,119). Sum of RGB (Red+Green+Blue) = 189+184+119=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB877 is #424788. Grayscale: #B2B2B2. Windows color (decimal): -4343689 or 7846077. OLE color: 7846077.

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

Color convert

RGB 189 184 119 -
CMYK 0 0.03 0.37 0.26
HSL 55.71º 0.35% 0.6% -
HSV(B) 55.71º 0.37% 0.74% -
XYZ 41.46 46.43 24.23 -
YUV 178.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 189 184 119 0 0.03 0.37 0.26 55.71 0.35 0.6
Hex BD B8 77 0 3 25 1A 38 23 3C
Octal 275 270 167 0 3 45 32 70 43 74
Binary 10111101 10111000 1110111 0 11 100101 11010 111000 100011 111100

Color Harmonies of #BDB877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB877

Black with #BDB877

Text Example


Text Example

White with #BDB877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB877; }

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

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

background-color css

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

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

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

border-color css

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

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

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