#B7AB53

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

Shades of Gimblet #B7AB53

Tints of Gimblet #B7AB53

Color information

#B7AB53 (or 0xB7AB53) is unknown color: approx Gimblet. HEX triplet: B7, AB and 53. RGB value is (183,171,83). Sum of RGB (Red+Green+Blue) = 183+171+83=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB53 is #4854AC. Grayscale: #A4A4A4. Windows color (decimal): -4740269 or 5483447. OLE color: 5483447.

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

Color convert

RGB18317183-
CMYK00.070.550.28
HSL52.8º40.98%52.16%-
HSV(B)52.8º54.64%71.76%-
XYZ35.6539.8213.99-
YUV164.5681.98141.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=41.88%
G=39.13%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831718300.070.550.2852.840.9852.16
HexB7AB5307371C352934
Octal267253123076734655164
Binary10110111101010111010011011111011111100110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB53; }

 p { color: rgb(183,171,83); }

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

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

 a { background-color: rgb(183,171,83); }

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

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

 span { border-color: rgb(183,171,83); }

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