#B8AB5B

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

Shades of Gimblet #B8AB5B

Tints of Gimblet #B8AB5B

Color information

#B8AB5B (or 0xB8AB5B) is unknown color: approx Gimblet. HEX triplet: B8, AB and 5B. RGB value is (184,171,91). Sum of RGB (Red+Green+Blue) = 184+171+91=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB5B is #4754A4. Grayscale: #A6A6A6. Windows color (decimal): -4674725 or 6007736. OLE color: 6007736.

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

Color convert

RGB18417191-
CMYK00.070.510.28
HSL51.61º39.57%53.92%-
HSV(B)51.61º50.54%72.16%-
XYZ36.2240.0715.72-
YUV165.7785.81141-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=41.26%
G=38.34%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841719100.070.510.2851.6139.5753.92
HexB8AB5B07331C342836
Octal270253133076334645066
Binary10111000101010111011011011111001111100110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB5B; }

 p { color: rgb(184,171,91); }

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

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

 a { background-color: rgb(184,171,91); }

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

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

 span { border-color: rgb(184,171,91); }

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