#B4A956

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

Shades of Gimblet #B4A956

Tints of Gimblet #B4A956

Color information

#B4A956 (or 0xB4A956) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 56. RGB value is (180,169,86). Sum of RGB (Red+Green+Blue) = 180+169+86=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A956 is #4B56A9. Grayscale: #A3A3A3. Windows color (decimal): -4937386 or 5679540. OLE color: 5679540.

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

Color convert

RGB18016986-
CMYK00.060.520.29
HSL52.98º38.52%52.16%-
HSV(B)52.98º52.22%70.59%-
XYZ34.6938.7514.46-
YUV162.8384.64140.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=41.38%
G=38.85%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801698600.060.520.2952.9838.5252.16
HexB4A95606341D352734
Octal264251126066435654764
Binary10110100101010011010110011011010011101110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A956; }

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

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

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

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

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

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

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

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