#B8A75C

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

Shades of Gimblet #B8A75C

Tints of Gimblet #B8A75C

Color information

#B8A75C (or 0xB8A75C) is unknown color: approx Gimblet. HEX triplet: B8, A7 and 5C. RGB value is (184,167,92). Sum of RGB (Red+Green+Blue) = 184+167+92=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A75C is #4758A3. Grayscale: #A3A3A3. Windows color (decimal): -4675748 or 6072248. OLE color: 6072248.

HSL color Cylindrical-coordinate representation of color #B8A75C: hue angle of 48.91º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8A75C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18416792-
CMYK00.090.500.28
HSL48.91º39.32%54.12%-
HSV(B)48.91º50%72.16%-
XYZ35.5238.615.7-
YUV163.5387.63142.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=41.53%
G=37.70%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841679200.090.500.2848.9139.3254.12
HexB8A75C09321C312736
Octal2702471340116234614766
Binary101110001010011110111000100111001011100110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A75C; }

 p { color: rgb(184,167,92); }

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

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

 a { background-color: rgb(184,167,92); }

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

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

 span { border-color: rgb(184,167,92); }

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