#B7B366

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

Shades of Dark Khaki #B7B366

Tints of Dark Khaki #B7B366

Color information

#B7B366 (or 0xB7B366) is unknown color: approx Dark Khaki. HEX triplet: B7, B3 and 66. RGB value is (183,179,102). Sum of RGB (Red+Green+Blue) = 183+179+102=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B366 is #484C99. Grayscale: #ABABAB. Windows color (decimal): -4738202 or 6730679. OLE color: 6730679.

HSL color Cylindrical-coordinate representation of color #B7B366: hue angle of 57.04º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7B366 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183179102-
CMYK00.020.440.28
HSL57.04º36%55.88%-
HSV(B)57.04º44.26%71.76%-
XYZ38.0543.2718.92-
YUV171.4288.83136.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=39.44%
G=38.58%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317910200.020.440.2857.043655.88
HexB7B366022C1C392438
Octal267263146025434714470
Binary1011011110110011110011001010110011100111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B366; }

 p { color: rgb(183,179,102); }

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

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

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

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

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

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

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