#B0A36B

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

Shades of Gimblet #B0A36B

Tints of Gimblet #B0A36B

Color information

#B0A36B (or 0xB0A36B) is unknown color: approx Gimblet. HEX triplet: B0, A3 and 6B. RGB value is (176,163,107). Sum of RGB (Red+Green+Blue) = 176+163+107=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A36B is #4F5C94. Grayscale: #A0A0A0. Windows color (decimal): -5201045 or 7054256. OLE color: 7054256.

HSL color Cylindrical-coordinate representation of color #B0A36B: hue angle of 48.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0A36B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176163107-
CMYK00.070.390.31
HSL48.7º30.4%55.49%-
HSV(B)48.7º39.2%69.02%-
XYZ33.6636.4919.18-
YUV160.597.81139.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=39.46%
G=36.55%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616310700.070.390.3148.730.455.49
HexB0A36B07271F311e37
Octal260243153074737613667
Binary1011000010100011110101101111001111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A36B; }

 p { color: rgb(176,163,107); }

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

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

 a { background-color: rgb(176,163,107); }

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

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

 span { border-color: rgb(176,163,107); }

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