#B8AD6C

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

Shades of Gimblet #B8AD6C

Tints of Gimblet #B8AD6C

Color information

#B8AD6C (or 0xB8AD6C) is unknown color: approx Gimblet. HEX triplet: B8, AD and 6C. RGB value is (184,173,108). Sum of RGB (Red+Green+Blue) = 184+173+108=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD6C is #475293. Grayscale: #A9A9A9. Windows color (decimal): -4674196 or 7122360. OLE color: 7122360.

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

Color convert

RGB184173108-
CMYK00.060.410.28
HSL51.32º34.86%57.25%-
HSV(B)51.32º41.3%72.16%-
XYZ37.4241.1620.16-
YUV168.8893.64138.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=39.57%
G=37.20%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417310800.060.410.2851.3234.8657.25
HexB8AD6C06291C332339
Octal270255154065134634371
Binary10111000101011011101100011010100111100110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD6C; }

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

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

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

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

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

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

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

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