#B8A15C

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

Shades of Gimblet #B8A15C

Tints of Gimblet #B8A15C

Color information

#B8A15C (or 0xB8A15C) is unknown color: approx Gimblet. HEX triplet: B8, A1 and 5C. RGB value is (184,161,92). Sum of RGB (Red+Green+Blue) = 184+161+92=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A15C is #475EA3. Grayscale: #A0A0A0. Windows color (decimal): -4677284 or 6070712. OLE color: 6070712.

HSL color Cylindrical-coordinate representation of color #B8A15C: hue angle of 45º 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 #B8A15C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18416192-
CMYK00.120.500.28
HSL45º39.32%54.12%-
HSV(B)45º50%72.16%-
XYZ34.4436.4515.35-
YUV160.0189.62145.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841619200.120.500.284539.3254.12
HexB8A15C0C321C2d2736
Octal2702411340146234554766
Binary101110001010000110111000110011001011100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A15C; }

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

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

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

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

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

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

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

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