#B4A95A

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

Shades of Gimblet #B4A95A

Tints of Gimblet #B4A95A

Color information

#B4A95A (or 0xB4A95A) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 5A. RGB value is (180,169,90). Sum of RGB (Red+Green+Blue) = 180+169+90=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A95A is #4B56A5. Grayscale: #A3A3A3. Windows color (decimal): -4937382 or 5941684. OLE color: 5941684.

HSL color Cylindrical-coordinate representation of color #B4A95A: hue angle of 52.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4A95A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18016990-
CMYK00.060.500.29
HSL52.67º37.5%52.94%-
HSV(B)52.67º50%70.59%-
XYZ34.8638.8215.33-
YUV163.2886.64139.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=41.00%
G=38.50%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801699000.060.500.2952.6737.552.94
HexB4A95A06321D352635
Octal264251132066235654665
Binary10110100101010011011010011011001011101110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A95A; }

 p { color: rgb(180,169,90); }

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

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

 a { background-color: rgb(180,169,90); }

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

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

 span { border-color: rgb(180,169,90); }

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