#B4A95B

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

Shades of Gimblet #B4A95B

Tints of Gimblet #B4A95B

Color information

#B4A95B (or 0xB4A95B) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 5B. RGB value is (180,169,91). Sum of RGB (Red+Green+Blue) = 180+169+91=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A95B is #4B56A4. Grayscale: #A3A3A3. Windows color (decimal): -4937381 or 6007220. OLE color: 6007220.

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

Color convert

RGB18016991-
CMYK00.060.490.29
HSL52.58º37.24%53.14%-
HSV(B)52.58º49.44%70.59%-
XYZ34.938.8315.55-
YUV163.487.14139.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=40.91%
G=38.41%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801699100.060.490.2952.5837.2453.14
HexB4A95B06311D352535
Octal264251133066135654565
Binary10110100101010011011011011011000111101110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A95B; }

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

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

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

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

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

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

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

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