#BA635D

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

Shades of Sunglo #BA635D

Tints of Sunglo #BA635D

Color information

#BA635D (or 0xBA635D) is unknown color: approx Sunglo. HEX triplet: BA, 63 and 5D. RGB value is (186,99,93). Sum of RGB (Red+Green+Blue) = 186+99+93=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635D is #459CA2. Grayscale: #7C7C7C. Windows color (decimal): -4562083 or 6120378. OLE color: 6120378.

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

Color convert

RGB1869993-
CMYK00.470.50.27
HSL3.87º40.26%54.71%-
HSV(B)3.87º50%72.94%-
XYZ26.6920.1512.84-
YUV124.33110.32171.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=49.21%
G=26.19%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186999300.470.50.273.8740.2654.71
HexBA635D02F321B42837
Octal272143135057623345067
Binary1011101011000111011101010111111001011011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA635D; }

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

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

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

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

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

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

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

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