#BAAF62

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

Shades of Gimblet #BAAF62

Tints of Gimblet #BAAF62

Color information

#BAAF62 (or 0xBAAF62) is unknown color: approx Gimblet. HEX triplet: BA, AF and 62. RGB value is (186,175,98). Sum of RGB (Red+Green+Blue) = 186+175+98=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF62 is #45509D. Grayscale: #A9A9A9. Windows color (decimal): -4542622 or 6467514. OLE color: 6467514.

HSL color Cylindrical-coordinate representation of color #BAAF62: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAAF62 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18617598-
CMYK00.060.470.27
HSL52.5º38.94%55.69%-
HSV(B)52.5º47.31%72.94%-
XYZ37.7841.9817.67-
YUV169.5187.64139.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=40.52%
G=38.13%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861759800.060.470.2752.538.9455.69
HexBAAF62062F1B342738
Octal272257142065733644770
Binary10111010101011111100010011010111111011110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF62; }

 p { color: rgb(186,175,98); }

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

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

 a { background-color: rgb(186,175,98); }

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

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

 span { border-color: rgb(186,175,98); }

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