#B7AE5D

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

Shades of Gimblet #B7AE5D

Tints of Gimblet #B7AE5D

Color information

#B7AE5D (or 0xB7AE5D) is unknown color: approx Gimblet. HEX triplet: B7, AE and 5D. RGB value is (183,174,93). Sum of RGB (Red+Green+Blue) = 183+174+93=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE5D is #4851A2. Grayscale: #A7A7A7. Windows color (decimal): -4739491 or 6139575. OLE color: 6139575.

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

Color convert

RGB18317493-
CMYK00.050.490.28
HSL54º38.46%54.12%-
HSV(B)54º49.18%71.76%-
XYZ36.6441.1316.36-
YUV167.4685.98139.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=40.67%
G=38.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831749300.050.490.285438.4654.12
HexB7AE5D05311C362636
Octal267256135056134664666
Binary10110111101011101011101010111000111100110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE5D; }

 p { color: rgb(183,174,93); }

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

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

 a { background-color: rgb(183,174,93); }

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

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

 span { border-color: rgb(183,174,93); }

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