#B3AE6A

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

Shades of Gimblet #B3AE6A

Tints of Gimblet #B3AE6A

Color information

#B3AE6A (or 0xB3AE6A) is unknown color: approx Gimblet. HEX triplet: B3, AE and 6A. RGB value is (179,174,106). Sum of RGB (Red+Green+Blue) = 179+174+106=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE6A is #4C5195. Grayscale: #A8A8A8. Windows color (decimal): -5001622 or 6991539. OLE color: 6991539.

HSL color Cylindrical-coordinate representation of color #B3AE6A: hue angle of 55.89º 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 #B3AE6A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179174106-
CMYK00.030.410.30
HSL55.89º32.44%55.88%-
HSV(B)55.89º40.78%70.2%-
XYZ36.3340.919.61-
YUV167.7493.16136.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=39.00%
G=37.91%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917410600.030.410.3055.8932.4455.88
HexB3AE6A03291E382038
Octal263256152035136704070
Binary1011001110101110110101001110100111110111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE6A; }

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

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

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

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

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

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

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

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