#B0A767

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

Shades of Gimblet #B0A767

Tints of Gimblet #B0A767

Color information

#B0A767 (or 0xB0A767) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 67. RGB value is (176,167,103). Sum of RGB (Red+Green+Blue) = 176+167+103=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A767 is #4F5898. Grayscale: #A2A2A2. Windows color (decimal): -5200025 or 6793136. OLE color: 6793136.

HSL color Cylindrical-coordinate representation of color #B0A767: hue angle of 52.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0A767 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176167103-
CMYK00.050.410.31
HSL52.6º31.6%54.71%-
HSV(B)52.6º41.48%69.02%-
XYZ34.1737.8518.34-
YUV162.3994.48137.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=39.46%
G=37.44%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616710300.050.410.3152.631.654.71
HexB0A76705291F352037
Octal260247147055137654067
Binary10110000101001111100111010110100111111110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A767; }

 p { color: rgb(176,167,103); }

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

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

 a { background-color: rgb(176,167,103); }

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

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

 span { border-color: rgb(176,167,103); }

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