#B4A85A

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

Shades of Gimblet #B4A85A

Tints of Gimblet #B4A85A

Color information

#B4A85A (or 0xB4A85A) is unknown color: approx Gimblet. HEX triplet: B4, A8 and 5A. RGB value is (180,168,90). Sum of RGB (Red+Green+Blue) = 180+168+90=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A85A is #4B57A5. Grayscale: #A3A3A3. Windows color (decimal): -4937638 or 5941428. OLE color: 5941428.

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

Color convert

RGB18016890-
CMYK00.070.500.29
HSL52º37.5%52.94%-
HSV(B)52º50%70.59%-
XYZ34.6738.4515.27-
YUV162.786.98140.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=41.10%
G=38.36%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801689000.070.500.295237.552.94
HexB4A85A07321D342635
Octal264250132076235644665
Binary10110100101010001011010011111001011101110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A85A; }

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

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

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

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

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

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

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

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