#B4AD5E

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

Shades of Gimblet #B4AD5E

Tints of Gimblet #B4AD5E

Color information

#B4AD5E (or 0xB4AD5E) is unknown color: approx Gimblet. HEX triplet: B4, AD and 5E. RGB value is (180,173,94). Sum of RGB (Red+Green+Blue) = 180+173+94=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD5E is #4B52A1. Grayscale: #A6A6A6. Windows color (decimal): -4936354 or 6204852. OLE color: 6204852.

HSL color Cylindrical-coordinate representation of color #B4AD5E: hue angle of 55.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4AD5E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18017394-
CMYK00.040.480.29
HSL55.12º36.44%53.73%-
HSV(B)55.12º47.78%70.59%-
XYZ35.7940.416.5-
YUV166.0987.32137.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=40.27%
G=38.70%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801739400.040.480.2955.1236.4453.73
HexB4AD5E04301D372436
Octal264255136046035674466
Binary10110100101011011011110010011000011101110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD5E; }

 p { color: rgb(180,173,94); }

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

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

 a { background-color: rgb(180,173,94); }

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

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

 span { border-color: rgb(180,173,94); }

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