#BA635B

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

Shades of Sunglo #BA635B

Tints of Sunglo #BA635B

Color information

#BA635B (or 0xBA635B) is unknown color: approx Sunglo. HEX triplet: BA, 63 and 5B. RGB value is (186,99,91). Sum of RGB (Red+Green+Blue) = 186+99+91=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635B is #459CA4. Grayscale: #7C7C7C. Windows color (decimal): -4562085 or 5989306. OLE color: 5989306.

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

Color convert

RGB1869991-
CMYK00.470.510.27
HSL5.05º40.77%54.31%-
HSV(B)5.05º51.08%72.94%-
XYZ26.620.1212.38-
YUV124.1109.32172.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=49.47%
G=26.33%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186999100.470.510.275.0540.7754.31
HexBA635B02F331B52936
Octal272143133057633355166
Binary1011101011000111011011010111111001111011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA635B; }

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

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

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

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

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

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

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

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