#B3AB69

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

Shades of Gimblet #B3AB69

Tints of Gimblet #B3AB69

Color information

#B3AB69 (or 0xB3AB69) is unknown color: approx Gimblet. HEX triplet: B3, AB and 69. RGB value is (179,171,105). Sum of RGB (Red+Green+Blue) = 179+171+105=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB69 is #4C5496. Grayscale: #A6A6A6. Windows color (decimal): -5002391 or 6925235. OLE color: 6925235.

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

Color convert

RGB179171105-
CMYK00.040.410.30
HSL53.51º32.74%55.69%-
HSV(B)53.51º41.34%70.2%-
XYZ35.739.7319.15-
YUV165.8793.65137.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=39.34%
G=37.58%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917110500.040.410.3053.5132.7455.69
HexB3AB6904291E362138
Octal263253151045136664170
Binary10110011101010111101001010010100111110110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB69; }

 p { color: rgb(179,171,105); }

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

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

 a { background-color: rgb(179,171,105); }

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

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

 span { border-color: rgb(179,171,105); }

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