Html Css Color HEX #B0AF76 Dark Khaki

📋 copy color: '#B0AF76'

red 176 ◦ green 175 ◦ blue 118

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

Shades of Dark Khaki #B0AF76

Tints of Dark Khaki #B0AF76

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

 GREEN value IS 175 (68.75% from 255) = 37.31%

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

R = 37.53%
G = 37.31%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B0AF76 (or 0xB0AF76) is known color: Dark Khaki. HEX triplet: B0, AF and 76. RGB value is (176,175,118). Sum of RGB (Red+Green+Blue) = 176+175+118=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF76 is #4F5089. Grayscale: #A9A9A9. Windows color (decimal): -5197962 or 7778224. OLE color: 7778224.

HSL color Cylindrical-coordinate representation of color #B0AF76: hue angle of 58.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0AF76 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 118 -
CMYK 0 0.01 0.33 0.31
HSL 58.97º 0.27% 0.58% -
HSV(B) 58.97º 0.33% 0.69% -
XYZ 36.5 41.2 23.17 -
YUV 168.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 176 175 118 0 0.01 0.33 0.31 58.97 0.27 0.58
Hex B0 AF 76 0 1 21 1F 3B 1B 3A
Octal 260 257 166 0 1 41 37 73 33 72
Binary 10110000 10101111 1110110 0 1 100001 11111 111011 11011 111010

Color Harmonies of #B0AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF76

Black with #B0AF76

Text Example


Text Example

White with #B0AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF76; }

 p { color: rgb(176,175,118); }

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

background-color css

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

 a { background-color: rgb(176,175,118); }

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

border-color css

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

 span { border-color: rgb(176,175,118); }

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