#B8A35F

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

Shades of Gimblet #B8A35F

Tints of Gimblet #B8A35F

Color information

#B8A35F (or 0xB8A35F) is unknown color: approx Gimblet. HEX triplet: B8, A3 and 5F. RGB value is (184,163,95). Sum of RGB (Red+Green+Blue) = 184+163+95=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A35F is #475CA0. Grayscale: #A1A1A1. Windows color (decimal): -4676769 or 6267832. OLE color: 6267832.

HSL color Cylindrical-coordinate representation of color #B8A35F: hue angle of 45.84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8A35F is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18416395-
CMYK00.110.480.28
HSL45.84º38.53%54.71%-
HSV(B)45.84º48.37%72.16%-
XYZ34.9337.2116.17-
YUV161.5390.46144.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=41.63%
G=36.88%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841639500.110.480.2845.8438.5354.71
HexB8A35F0B301C2e2737
Octal2702431370136034564767
Binary101110001010001110111110101111000011100101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A35F; }

 p { color: rgb(184,163,95); }

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

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

 a { background-color: rgb(184,163,95); }

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

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

 span { border-color: rgb(184,163,95); }

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