#B0A45A

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

Shades of Gimblet #B0A45A

Tints of Gimblet #B0A45A

Color information

#B0A45A (or 0xB0A45A) is unknown color: approx Gimblet. HEX triplet: B0, A4 and 5A. RGB value is (176,164,90). Sum of RGB (Red+Green+Blue) = 176+164+90=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A45A is #4F5BA5. Grayscale: #9F9F9F. Windows color (decimal): -5200806 or 5940400. OLE color: 5940400.

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

Color convert

RGB17616490-
CMYK00.070.490.31
HSL51.63º35.25%52.16%-
HSV(B)51.63º48.86%69.02%-
XYZ33.0336.5214.98-
YUV159.1588.98140.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=40.93%
G=38.14%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761649000.070.490.3151.6335.2552.16
HexB0A45A07311F342334
Octal260244132076137644364
Binary10110000101001001011010011111000111111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A45A; }

 p { color: rgb(176,164,90); }

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

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

 a { background-color: rgb(176,164,90); }

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

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

 span { border-color: rgb(176,164,90); }

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