#B7A25E

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

Shades of Gimblet #B7A25E

Tints of Gimblet #B7A25E

Color information

#B7A25E (or 0xB7A25E) is unknown color: approx Gimblet. HEX triplet: B7, A2 and 5E. RGB value is (183,162,94). Sum of RGB (Red+Green+Blue) = 183+162+94=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A25E is #485DA1. Grayscale: #A0A0A0. Windows color (decimal): -4742562 or 6202039. OLE color: 6202039.

HSL color Cylindrical-coordinate representation of color #B7A25E: hue angle of 45.84º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7A25E is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18316294-
CMYK00.110.490.28
HSL45.84º38.2%54.31%-
HSV(B)45.84º48.63%71.76%-
XYZ34.4736.7215.86-
YUV160.5390.46144.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=41.69%
G=36.90%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831629400.110.490.2845.8438.254.31
HexB7A25E0B311C2e2636
Octal2672421360136134564666
Binary101101111010001010111100101111000111100101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A25E; }

 p { color: rgb(183,162,94); }

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

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

 a { background-color: rgb(183,162,94); }

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

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

 span { border-color: rgb(183,162,94); }

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