Html Css Color HEX #B0B171 Dark Khaki

📋 copy color: '#B0B171'

red 176 ◦ green 177 ◦ blue 113

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

Shades of Dark Khaki #B0B171

Tints of Dark Khaki #B0B171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

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

R = 37.77%
G = 37.98%
B = 24.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B0B171 (or 0xB0B171) is known color: Dark Khaki. HEX triplet: B0, B1 and 71. RGB value is (176,177,113). Sum of RGB (Red+Green+Blue) = 176+177+113=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B171 is #4F4E8E. Grayscale: #A9A9A9. Windows color (decimal): -5197455 or 7451056. OLE color: 7451056.

HSL color Cylindrical-coordinate representation of color #B0B171: hue angle of 60.94º 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 #B0B171 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 113 -
CMYK 0.01 0 0.36 0.31
HSL 60.94º 0.29% 0.57% -
HSV(B) 60.94º 0.36% 0.69% -
XYZ 36.61 41.87 21.77 -
YUV 169.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 176 177 113 0.01 0 0.36 0.31 60.94 0.29 0.57
Hex B0 B1 71 1 0 24 1F 3D 1D 39
Octal 260 261 161 1 0 44 37 75 35 71
Binary 10110000 10110001 1110001 1 0 100100 11111 111101 11101 111001

Color Harmonies of #B0B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B171

Black with #B0B171

Text Example


Text Example

White with #B0B171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B171; }

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

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

background-color css

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

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

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

border-color css

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

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

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