#B8A570

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

Shades of Gimblet #B8A570

Tints of Gimblet #B8A570

Color information

#B8A570 (or 0xB8A570) is unknown color: approx Gimblet. HEX triplet: B8, A5 and 70. RGB value is (184,165,112). Sum of RGB (Red+Green+Blue) = 184+165+112=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A570 is #475A8F. Grayscale: #A4A4A4. Windows color (decimal): -4676240 or 7382456. OLE color: 7382456.

HSL color Cylindrical-coordinate representation of color #B8A570: hue angle of 44.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8A570 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184165112-
CMYK00.100.390.28
HSL44.17º33.64%58.04%-
HSV(B)44.17º39.13%72.16%-
XYZ36.1538.2720.81-
YUV164.6498.29141.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=39.91%
G=35.79%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416511200.100.390.2844.1733.6458.04
HexB8A5700A271C2c223a
Octal2702451600124734544272
Binary101110001010010111100000101010011111100101100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A570; }

 p { color: rgb(184,165,112); }

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

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

 a { background-color: rgb(184,165,112); }

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

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

 span { border-color: rgb(184,165,112); }

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