#B2A755

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

Shades of Gimblet #B2A755

Tints of Gimblet #B2A755

Color information

#B2A755 (or 0xB2A755) is unknown color: approx Gimblet. HEX triplet: B2, A7 and 55. RGB value is (178,167,85). Sum of RGB (Red+Green+Blue) = 178+167+85=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A755 is #4D58AA. Grayscale: #A1A1A1. Windows color (decimal): -5068971 or 5613490. OLE color: 5613490.

HSL color Cylindrical-coordinate representation of color #B2A755: hue angle of 52.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A755 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17816785-
CMYK00.060.520.30
HSL52.9º37.65%51.57%-
HSV(B)52.9º52.25%69.8%-
XYZ33.8237.7614.1-
YUV160.9485.14140.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=41.40%
G=38.84%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781678500.060.520.3052.937.6551.57
HexB2A75506341E352634
Octal262247125066436654664
Binary10110010101001111010101011011010011110110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A755; }

 p { color: rgb(178,167,85); }

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

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

 a { background-color: rgb(178,167,85); }

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

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

 span { border-color: rgb(178,167,85); }

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