#B4A770

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

Shades of Gimblet #B4A770

Tints of Gimblet #B4A770

Color information

#B4A770 (or 0xB4A770) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 70. RGB value is (180,167,112). Sum of RGB (Red+Green+Blue) = 180+167+112=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A770 is #4B588F. Grayscale: #A4A4A4. Windows color (decimal): -4937872 or 7382964. OLE color: 7382964.

HSL color Cylindrical-coordinate representation of color #B4A770: hue angle of 48.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4A770 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180167112-
CMYK00.070.380.29
HSL48.53º31.19%57.25%-
HSV(B)48.53º37.78%70.59%-
XYZ35.5738.5120.89-
YUV164.6298.31138.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=39.22%
G=36.38%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016711200.070.380.2948.5331.1957.25
HexB4A77007261D311f39
Octal264247160074635613771
Binary1011010010100111111000001111001101110111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A770; }

 p { color: rgb(180,167,112); }

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

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

 a { background-color: rgb(180,167,112); }

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

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

 span { border-color: rgb(180,167,112); }

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