#B3A06A

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

Shades of Gimblet #B3A06A

Tints of Gimblet #B3A06A

Color information

#B3A06A (or 0xB3A06A) is unknown color: approx Gimblet. HEX triplet: B3, A0 and 6A. RGB value is (179,160,106). Sum of RGB (Red+Green+Blue) = 179+160+106=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A06A is #4C5F95. Grayscale: #9F9F9F. Windows color (decimal): -5005206 or 6987955. OLE color: 6987955.

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

Color convert

RGB179160106-
CMYK00.110.410.30
HSL44.38º32.44%55.88%-
HSV(B)44.38º40.78%70.2%-
XYZ33.7635.7718.76-
YUV159.5297.79141.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=40.22%
G=35.96%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916010600.110.410.3044.3832.4455.88
HexB3A06A0B291E2c2038
Octal2632401520135136544070
Binary101100111010000011010100101110100111110101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A06A; }

 p { color: rgb(179,160,106); }

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

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

 a { background-color: rgb(179,160,106); }

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

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

 span { border-color: rgb(179,160,106); }

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