#B1A267

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

Shades of Gimblet #B1A267

Tints of Gimblet #B1A267

Color information

#B1A267 (or 0xB1A267) is unknown color: approx Gimblet. HEX triplet: B1, A2 and 67. RGB value is (177,162,103). Sum of RGB (Red+Green+Blue) = 177+162+103=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A267 is #4E5D98. Grayscale: #A0A0A0. Windows color (decimal): -5135769 or 6791857. OLE color: 6791857.

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

Color convert

RGB177162103-
CMYK00.080.420.31
HSL47.84º32.17%54.9%-
HSV(B)47.84º41.81%69.41%-
XYZ33.536.1718.05-
YUV159.7695.97140.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=40.05%
G=36.65%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716210300.080.420.3147.8432.1754.9
HexB1A267082A1F302037
Octal2612421470105237604067
Binary101100011010001011001110100010101011111110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A267; }

 p { color: rgb(177,162,103); }

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

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

 a { background-color: rgb(177,162,103); }

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

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

 span { border-color: rgb(177,162,103); }

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