#B7AA66

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

Shades of Gimblet #B7AA66

Tints of Gimblet #B7AA66

Color information

#B7AA66 (or 0xB7AA66) is unknown color: approx Gimblet. HEX triplet: B7, AA and 66. RGB value is (183,170,102). Sum of RGB (Red+Green+Blue) = 183+170+102=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA66 is #485599. Grayscale: #A6A6A6. Windows color (decimal): -4740506 or 6728375. OLE color: 6728375.

HSL color Cylindrical-coordinate representation of color #B7AA66: hue angle of 50.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7AA66 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183170102-
CMYK00.070.440.28
HSL50.37º36%55.88%-
HSV(B)50.37º44.26%71.76%-
XYZ36.339.7818.33-
YUV166.1491.81140.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=40.22%
G=37.36%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317010200.070.440.2850.373655.88
HexB7AA66072C1C322438
Octal267252146075434624470
Binary10110111101010101100110011110110011100110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA66; }

 p { color: rgb(183,170,102); }

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

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

 a { background-color: rgb(183,170,102); }

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

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

 span { border-color: rgb(183,170,102); }

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