#B4A26C

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

Shades of Gimblet #B4A26C

Tints of Gimblet #B4A26C

Color information

#B4A26C (or 0xB4A26C) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 6C. RGB value is (180,162,108). Sum of RGB (Red+Green+Blue) = 180+162+108=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A26C is #4B5D93. Grayscale: #A1A1A1. Windows color (decimal): -4939156 or 7119540. OLE color: 7119540.

HSL color Cylindrical-coordinate representation of color #B4A26C: hue angle of 45º 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 #B4A26C is Cyan = 0, Magento = 0.1, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180162108-
CMYK00.10.400.29
HSL45º32.43%56.47%-
HSV(B)45º40%70.59%-
XYZ34.4536.6319.44-
YUV161.2397.96141.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 108 (42.58% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016210800.10.400.294532.4356.47
HexB4A26C0A281D2d2038
Octal2642421540125035554070
Binary101101001010001011011000101010100011101101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A26C; }

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

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

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

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

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

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

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

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