#BAAF5D

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

Shades of Gimblet #BAAF5D

Tints of Gimblet #BAAF5D

Color information

#BAAF5D (or 0xBAAF5D) is unknown color: approx Gimblet. HEX triplet: BA, AF and 5D. RGB value is (186,175,93). Sum of RGB (Red+Green+Blue) = 186+175+93=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF5D is #4550A2. Grayscale: #A9A9A9. Windows color (decimal): -4542627 or 6139834. OLE color: 6139834.

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

Color convert

RGB18617593-
CMYK00.060.50.27
HSL52.9º40.26%54.71%-
HSV(B)52.9º50%72.94%-
XYZ37.5641.8916.46-
YUV168.9485.14140.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=40.97%
G=38.55%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861759300.060.50.2752.940.2654.71
HexBAAF5D06321B352837
Octal272257135066233655067
Binary10111010101011111011101011011001011011110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF5D; }

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

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

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

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

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

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

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

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