#B2A761

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

Shades of Gimblet #B2A761

Tints of Gimblet #B2A761

Color information

#B2A761 (or 0xB2A761) is unknown color: approx Gimblet. HEX triplet: B2, A7 and 61. RGB value is (178,167,97). Sum of RGB (Red+Green+Blue) = 178+167+97=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A761 is #4D589E. Grayscale: #A2A2A2. Windows color (decimal): -5068959 or 6399922. OLE color: 6399922.

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

Color convert

RGB17816797-
CMYK00.060.460.30
HSL51.85º34.47%53.92%-
HSV(B)51.85º45.51%69.8%-
XYZ34.3437.9716.83-
YUV162.3191.14139.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=40.27%
G=37.78%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781679700.060.460.3051.8534.4753.92
HexB2A761062E1E342236
Octal262247141065636644266
Binary10110010101001111100001011010111011110110100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A761; }

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

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

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

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

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

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

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

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