#BAAF5A

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

Shades of Gimblet #BAAF5A

Tints of Gimblet #BAAF5A

Color information

#BAAF5A (or 0xBAAF5A) is unknown color: approx Gimblet. HEX triplet: BA, AF and 5A. RGB value is (186,175,90). Sum of RGB (Red+Green+Blue) = 186+175+90=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF5A is #4550A5. Grayscale: #A8A8A8. Windows color (decimal): -4542630 or 5943226. OLE color: 5943226.

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

Color convert

RGB18617590-
CMYK00.060.520.27
HSL53.12º41.03%54.12%-
HSV(B)53.12º51.61%72.94%-
XYZ37.4341.8415.78-
YUV168.683.64140.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=41.24%
G=38.80%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861759000.060.520.2753.1241.0354.12
HexBAAF5A06341B352936
Octal272257132066433655166
Binary10111010101011111011010011011010011011110101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF5A; }

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

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

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

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

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

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

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

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