#B7A05C

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

Shades of Gimblet #B7A05C

Tints of Gimblet #B7A05C

Color information

#B7A05C (or 0xB7A05C) is unknown color: approx Gimblet. HEX triplet: B7, A0 and 5C. RGB value is (183,160,92). Sum of RGB (Red+Green+Blue) = 183+160+92=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05C is #485FA3. Grayscale: #9F9F9F. Windows color (decimal): -4743076 or 6070455. OLE color: 6070455.

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

Color convert

RGB18316092-
CMYK00.130.500.28
HSL44.84º38.72%53.92%-
HSV(B)44.84º49.73%71.76%-
XYZ34.0335.9815.28-
YUV159.1290.12145.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=42.07%
G=36.78%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831609200.130.500.2844.8438.7253.92
HexB7A05C0D321C2d2736
Octal2672401340156234554766
Binary101101111010000010111000110111001011100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A05C; }

 p { color: rgb(183,160,92); }

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

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

 a { background-color: rgb(183,160,92); }

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

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

 span { border-color: rgb(183,160,92); }

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