Html Css Color HEX #B0AF71 Dark Khaki

📋 copy color: '#B0AF71'

red 176 ◦ green 175 ◦ blue 113

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

Shades of Dark Khaki #B0AF71

Tints of Dark Khaki #B0AF71

RGB

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

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

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

R = 37.93%
G = 37.72%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B0AF71 (or 0xB0AF71) is known color: Dark Khaki. HEX triplet: B0, AF and 71. RGB value is (176,175,113). Sum of RGB (Red+Green+Blue) = 176+175+113=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF71 is #4F508E. Grayscale: #A8A8A8. Windows color (decimal): -5197967 or 7450544. OLE color: 7450544.

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

Color convert

RGB 176 175 113 -
CMYK 0 0.01 0.36 0.31
HSL 59.05º 0.29% 0.57% -
HSV(B) 59.05º 0.36% 0.69% -
XYZ 36.22 41.08 21.64 -
YUV 168.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 176 175 113 0 0.01 0.36 0.31 59.05 0.29 0.57
Hex B0 AF 71 0 1 24 1F 3B 1D 39
Octal 260 257 161 0 1 44 37 73 35 71
Binary 10110000 10101111 1110001 0 1 100100 11111 111011 11101 111001

Color Harmonies of #B0AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF71

Black with #B0AF71

Text Example


Text Example

White with #B0AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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