#B3B273

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

Shades of Dark Khaki #B3B273

Tints of Dark Khaki #B3B273

Color information

#B3B273 (or 0xB3B273) is unknown color: approx Dark Khaki. HEX triplet: B3, B2 and 73. RGB value is (179,178,115). Sum of RGB (Red+Green+Blue) = 179+178+115=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B273 is #4C4D8C. Grayscale: #ABABAB. Windows color (decimal): -5000589 or 7582387. OLE color: 7582387.

HSL color Cylindrical-coordinate representation of color #B3B273: hue angle of 59.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3B273 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179178115-
CMYK00.010.360.30
HSL59.06º29.63%57.65%-
HSV(B)59.06º35.75%70.2%-
XYZ37.6142.6622.47-
YUV171.1296.33133.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=37.92%
G=37.71%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917811500.010.360.3059.0629.6357.65
HexB3B27301241E3b1e3a
Octal263262163014436733672
Binary10110011101100101110011011001001111011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B273; }

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

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

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

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

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

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

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

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