#B7A369

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

Shades of Gimblet #B7A369

Tints of Gimblet #B7A369

Color information

#B7A369 (or 0xB7A369) is unknown color: approx Gimblet. HEX triplet: B7, A3 and 69. RGB value is (183,163,105). Sum of RGB (Red+Green+Blue) = 183+163+105=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A369 is #485C96. Grayscale: #A2A2A2. Windows color (decimal): -4742295 or 6923191. OLE color: 6923191.

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

Color convert

RGB183163105-
CMYK00.110.430.28
HSL44.62º35.14%56.47%-
HSV(B)44.62º42.62%71.76%-
XYZ35.1837.2818.71-
YUV162.3795.63142.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=40.58%
G=36.14%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316310500.110.430.2844.6235.1456.47
HexB7A3690B2B1C2d2338
Octal2672431510135334554370
Binary101101111010001111010010101110101111100101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A369; }

 p { color: rgb(183,163,105); }

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

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

 a { background-color: rgb(183,163,105); }

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

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

 span { border-color: rgb(183,163,105); }

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