#B6AF6A

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

Shades of Gimblet #B6AF6A

Tints of Gimblet #B6AF6A

Color information

#B6AF6A (or 0xB6AF6A) is unknown color: approx Gimblet. HEX triplet: B6, AF and 6A. RGB value is (182,175,106). Sum of RGB (Red+Green+Blue) = 182+175+106=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF6A is #495095. Grayscale: #A9A9A9. Windows color (decimal): -4804758 or 6991798. OLE color: 6991798.

HSL color Cylindrical-coordinate representation of color #B6AF6A: hue angle of 54.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6AF6A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182175106-
CMYK00.040.420.29
HSL54.47º34.23%56.47%-
HSV(B)54.47º41.76%71.37%-
XYZ37.2241.6519.71-
YUV169.2392.32137.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=39.31%
G=37.80%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217510600.040.420.2954.4734.2356.47
HexB6AF6A042A1D362238
Octal266257152045235664270
Binary10110110101011111101010010010101011101110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF6A; }

 p { color: rgb(182,175,106); }

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

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

 a { background-color: rgb(182,175,106); }

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

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

 span { border-color: rgb(182,175,106); }

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