#B0B671

Color #B0B671 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B0B671

Tints of Dark Khaki #B0B671

Color information

#B0B671 (or 0xB0B671) is unknown color: approx Dark Khaki. HEX triplet: B0, B6 and 71. RGB value is (176,182,113). Sum of RGB (Red+Green+Blue) = 176+182+113=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B671 is #4F498E. Grayscale: #ACACAC. Windows color (decimal): -5196175 or 7452336. OLE color: 7452336.

HSL color Cylindrical-coordinate representation of color #B0B671: hue angle of 65.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0B671 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB176182113-
CMYK0.0300.380.29
HSL65.22º32.09%57.84%-
HSV(B)65.22º37.91%71.37%-
XYZ37.6143.8822.11-
YUV172.3494.51130.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=37.37%
G=38.64%
B=23.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821130.0300.380.2965.2232.0957.84
HexB0B67130261D41203a
Octal2602661613046351014072
Binary10110000101101101110001110100110111011000001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B671; }

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

 H1.HeaderClassName
 {
   color: #B0B671;
 }
 .AnyTagClassName
 {
   color: #B0B671;
 }
</style>
background-color css

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

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

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

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

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

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