#BAAE5A

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

Shades of Gimblet #BAAE5A

Tints of Gimblet #BAAE5A

Color information

#BAAE5A (or 0xBAAE5A) is unknown color: approx Gimblet. HEX triplet: BA, AE and 5A. RGB value is (186,174,90). Sum of RGB (Red+Green+Blue) = 186+174+90=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE5A is #4551A5. Grayscale: #A8A8A8. Windows color (decimal): -4542886 or 5942970. OLE color: 5942970.

HSL color Cylindrical-coordinate representation of color #BAAE5A: hue angle of 52.5º 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 #BAAE5A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18617490-
CMYK00.060.520.27
HSL52.5º41.03%54.12%-
HSV(B)52.5º51.61%72.94%-
XYZ37.2341.4515.71-
YUV168.0183.98140.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 90 (35.55% from 255) = 20%
R=41.33%
G=38.67%
B=20%

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
Decimal1861749000.060.520.2752.541.0354.12
HexBAAE5A06341B342936
Octal272256132066433645166
Binary10111010101011101011010011011010011011110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE5A; }

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

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

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

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

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

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

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

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