#B3B26C

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

Shades of Dark Khaki #B3B26C

Tints of Dark Khaki #B3B26C

Color information

#B3B26C (or 0xB3B26C) is unknown color: approx Dark Khaki. HEX triplet: B3, B2 and 6C. RGB value is (179,178,108). Sum of RGB (Red+Green+Blue) = 179+178+108=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B26C is #4C4D93. Grayscale: #AAAAAA. Windows color (decimal): -5000596 or 7123635. OLE color: 7123635.

HSL color Cylindrical-coordinate representation of color #B3B26C: hue angle of 59.15º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3B26C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179178108-
CMYK00.010.400.30
HSL59.15º31.84%56.27%-
HSV(B)59.15º39.66%70.2%-
XYZ37.2242.5120.43-
YUV170.3292.83134.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=38.49%
G=38.28%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917810800.010.400.3059.1531.8456.27
HexB3B26C01281E3b2038
Octal263262154015036734070
Binary101100111011001011011000110100011110111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B26C; }

 p { color: rgb(179,178,108); }

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

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

 a { background-color: rgb(179,178,108); }

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

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

 span { border-color: rgb(179,178,108); }

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