#B7B770

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

Shades of Dark Khaki #B7B770

Tints of Dark Khaki #B7B770

Color information

#B7B770 (or 0xB7B770) is unknown color: approx Dark Khaki. HEX triplet: B7, B7 and 70. RGB value is (183,183,112). Sum of RGB (Red+Green+Blue) = 183+183+112=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B770 is #48488F. Grayscale: #AFAFAF. Windows color (decimal): -4737168 or 7387063. OLE color: 7387063.

HSL color Cylindrical-coordinate representation of color #B7B770: hue angle of 60º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7B770 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183183112-
CMYK000.390.28
HSL60º33.02%57.84%-
HSV(B)60º38.8%71.76%-
XYZ39.3945.121.96-
YUV174.9192.5133.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=38.28%
G=38.28%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183183112000.390.286033.0257.84
HexB7B77000271C3c213a
Octal267267160004734744172
Binary101101111011011111100000010011111100111100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B770; }

 p { color: rgb(183,183,112); }

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

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

 a { background-color: rgb(183,183,112); }

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

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

 span { border-color: rgb(183,183,112); }

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