#B4AA6C

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

Shades of Gimblet #B4AA6C

Tints of Gimblet #B4AA6C

Color information

#B4AA6C (or 0xB4AA6C) is unknown color: approx Gimblet. HEX triplet: B4, AA and 6C. RGB value is (180,170,108). Sum of RGB (Red+Green+Blue) = 180+170+108=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA6C is #4B5593. Grayscale: #A6A6A6. Windows color (decimal): -4937108 or 7121588. OLE color: 7121588.

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

Color convert

RGB180170108-
CMYK00.060.400.29
HSL51.67º32.43%56.47%-
HSV(B)51.67º40%70.59%-
XYZ35.939.5419.93-
YUV165.9295.31138.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=39.30%
G=37.12%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010800.060.400.2951.6732.4356.47
HexB4AA6C06281D342038
Octal264252154065035644070
Binary10110100101010101101100011010100011101110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA6C; }

 p { color: rgb(180,170,108); }

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

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

 a { background-color: rgb(180,170,108); }

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

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

 span { border-color: rgb(180,170,108); }

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