#B2A754

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

Shades of Gimblet #B2A754

Tints of Gimblet #B2A754

Color information

#B2A754 (or 0xB2A754) is unknown color: approx Gimblet. HEX triplet: B2, A7 and 54. RGB value is (178,167,84). Sum of RGB (Red+Green+Blue) = 178+167+84=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A754 is #4D58AB. Grayscale: #A1A1A1. Windows color (decimal): -5068972 or 5547954. OLE color: 5547954.

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

Color convert

RGB17816784-
CMYK00.060.530.30
HSL52.98º37.9%51.37%-
HSV(B)52.98º52.81%69.8%-
XYZ33.7837.7413.89-
YUV160.8384.64140.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 84 (33.20% from 255) = 19.58%
R=41.49%
G=38.93%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781678400.060.530.3052.9837.951.37
HexB2A75406351E352633
Octal262247124066536654663
Binary10110010101001111010100011011010111110110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A754; }

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

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

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

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

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

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

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

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