#B7A568

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

Shades of Gimblet #B7A568

Tints of Gimblet #B7A568

Color information

#B7A568 (or 0xB7A568) is unknown color: approx Gimblet. HEX triplet: B7, A5 and 68. RGB value is (183,165,104). Sum of RGB (Red+Green+Blue) = 183+165+104=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A568 is #485A97. Grayscale: #A3A3A3. Windows color (decimal): -4741784 or 6858167. OLE color: 6858167.

HSL color Cylindrical-coordinate representation of color #B7A568: hue angle of 46.33º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7A568 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB183165104-
CMYK00.100.430.28
HSL46.33º35.43%56.27%-
HSV(B)46.33º43.17%71.76%-
XYZ35.4837.9818.56-
YUV163.4394.46141.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=40.49%
G=36.50%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316510400.100.430.2846.3335.4356.27
HexB7A5680A2B1C2e2338
Octal2672451500125334564370
Binary101101111010010111010000101010101111100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A568; }

 p { color: rgb(183,165,104); }

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

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

 a { background-color: rgb(183,165,104); }

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

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

 span { border-color: rgb(183,165,104); }

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