#B7A85C

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

Shades of Gimblet #B7A85C

Tints of Gimblet #B7A85C

Color information

#B7A85C (or 0xB7A85C) is unknown color: approx Gimblet. HEX triplet: B7, A8 and 5C. RGB value is (183,168,92). Sum of RGB (Red+Green+Blue) = 183+168+92=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85C is #4857A3. Grayscale: #A4A4A4. Windows color (decimal): -4741028 or 6072503. OLE color: 6072503.

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

Color convert

RGB18316892-
CMYK00.080.500.28
HSL50.11º38.72%53.92%-
HSV(B)50.11º49.73%71.76%-
XYZ35.4638.8515.75-
YUV163.8287.47141.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=41.31%
G=37.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831689200.080.500.2850.1138.7253.92
HexB7A85C08321C322736
Octal2672501340106234624766
Binary101101111010100010111000100011001011100110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A85C; }

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

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

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

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

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

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

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

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