#B7AB6A

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

Shades of Gimblet #B7AB6A

Tints of Gimblet #B7AB6A

Color information

#B7AB6A (or 0xB7AB6A) is unknown color: approx Gimblet. HEX triplet: B7, AB and 6A. RGB value is (183,171,106). Sum of RGB (Red+Green+Blue) = 183+171+106=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB6A is #485495. Grayscale: #A7A7A7. Windows color (decimal): -4740246 or 6990775. OLE color: 6990775.

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

Color convert

RGB183171106-
CMYK00.070.420.28
HSL50.65º34.84%56.67%-
HSV(B)50.65º42.08%71.76%-
XYZ36.6940.2319.47-
YUV167.1893.48139.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=39.78%
G=37.17%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317110600.070.420.2850.6534.8456.67
HexB7AB6A072A1C332339
Octal267253152075234634371
Binary10110111101010111101010011110101011100110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB6A; }

 p { color: rgb(183,171,106); }

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

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

 a { background-color: rgb(183,171,106); }

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

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

 span { border-color: rgb(183,171,106); }

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