#B4A558

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

Shades of Gimblet #B4A558

Tints of Gimblet #B4A558

Color information

#B4A558 (or 0xB4A558) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 58. RGB value is (180,165,88). Sum of RGB (Red+Green+Blue) = 180+165+88=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A558 is #4B5AA7. Grayscale: #A1A1A1. Windows color (decimal): -4938408 or 5809588. OLE color: 5809588.

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

Color convert

RGB18016588-
CMYK00.080.510.29
HSL50.22º38.02%52.55%-
HSV(B)50.22º51.11%70.59%-
XYZ34.0437.3214.64-
YUV160.7186.97141.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=41.57%
G=38.11%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801658800.080.510.2950.2238.0252.55
HexB4A55808331D322635
Octal2642451300106335624665
Binary101101001010010110110000100011001111101110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A558; }

 p { color: rgb(180,165,88); }

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

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

 a { background-color: rgb(180,165,88); }

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

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

 span { border-color: rgb(180,165,88); }

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