#B8AE6C

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

Shades of Gimblet #B8AE6C

Tints of Gimblet #B8AE6C

Color information

#B8AE6C (or 0xB8AE6C) is unknown color: approx Gimblet. HEX triplet: B8, AE and 6C. RGB value is (184,174,108). Sum of RGB (Red+Green+Blue) = 184+174+108=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE6C is #475193. Grayscale: #A9A9A9. Windows color (decimal): -4673940 or 7122616. OLE color: 7122616.

HSL color Cylindrical-coordinate representation of color #B8AE6C: hue angle of 52.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8AE6C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184174108-
CMYK00.050.410.28
HSL52.11º34.86%57.25%-
HSV(B)52.11º41.3%72.16%-
XYZ37.6141.5520.22-
YUV169.4793.31138.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=39.48%
G=37.34%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417410800.050.410.2852.1134.8657.25
HexB8AE6C05291C342339
Octal270256154055134644371
Binary10111000101011101101100010110100111100110100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE6C; }

 p { color: rgb(184,174,108); }

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

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

 a { background-color: rgb(184,174,108); }

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

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

 span { border-color: rgb(184,174,108); }

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