#B7B26A

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

Shades of Dark Khaki #B7B26A

Tints of Dark Khaki #B7B26A

Color information

#B7B26A (or 0xB7B26A) is unknown color: approx Dark Khaki. HEX triplet: B7, B2 and 6A. RGB value is (183,178,106). Sum of RGB (Red+Green+Blue) = 183+178+106=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B26A is #484D95. Grayscale: #ABABAB. Windows color (decimal): -4738454 or 6992567. OLE color: 6992567.

HSL color Cylindrical-coordinate representation of color #B7B26A: hue angle of 56.1º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7B26A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB183178106-
CMYK00.030.420.28
HSL56.1º34.84%56.67%-
HSV(B)56.1º42.08%71.76%-
XYZ38.0542.9519.92-
YUV171.2991.16136.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=39.19%
G=38.12%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317810600.030.420.2856.134.8456.67
HexB7B26A032A1C382339
Octal267262152035234704371
Binary1011011110110010110101001110101011100111000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B26A; }

 p { color: rgb(183,178,106); }

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

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

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

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

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

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

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