#BA635C

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

Shades of Sunglo #BA635C

Tints of Sunglo #BA635C

Color information

#BA635C (or 0xBA635C) is unknown color: approx Sunglo. HEX triplet: BA, 63 and 5C. RGB value is (186,99,92). Sum of RGB (Red+Green+Blue) = 186+99+92=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635C is #459CA3. Grayscale: #7C7C7C. Windows color (decimal): -4562084 or 6054842. OLE color: 6054842.

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

Color convert

RGB1869992-
CMYK00.470.510.27
HSL4.47º40.52%54.51%-
HSV(B)4.47º50.54%72.94%-
XYZ26.6420.1412.61-
YUV124.22109.82172.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=49.34%
G=26.26%
B=24.40%

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
Decimal186999200.470.510.274.4740.5254.51
HexBA635C02F331B42937
Octal272143134057633345167
Binary1011101011000111011100010111111001111011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA635C; }

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

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

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

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

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

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

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

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