#B7A569

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

Shades of Gimblet #B7A569

Tints of Gimblet #B7A569

Color information

#B7A569 (or 0xB7A569) is unknown color: approx Gimblet. HEX triplet: B7, A5 and 69. RGB value is (183,165,105). Sum of RGB (Red+Green+Blue) = 183+165+105=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A569 is #485A96. Grayscale: #A3A3A3. Windows color (decimal): -4741783 or 6923703. OLE color: 6923703.

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

Color convert

RGB183165105-
CMYK00.100.430.28
HSL46.15º35.14%56.47%-
HSV(B)46.15º42.62%71.76%-
XYZ35.533818.83-
YUV163.5494.96141.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=40.40%
G=36.42%
B=23.18%

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
Decimal18316510500.100.430.2846.1535.1456.47
HexB7A5690A2B1C2e2338
Octal2672451510125334564370
Binary101101111010010111010010101010101111100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A569; }

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

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

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

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

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

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

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

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