#BA625B

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

Shades of Sunglo #BA625B

Tints of Sunglo #BA625B

Color information

#BA625B (or 0xBA625B) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 5B. RGB value is (186,98,91). Sum of RGB (Red+Green+Blue) = 186+98+91=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA625B is #459DA4. Grayscale: #7B7B7B. Windows color (decimal): -4562341 or 5989050. OLE color: 5989050.

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

Color convert

RGB1869891-
CMYK00.470.510.27
HSL4.42º40.77%54.31%-
HSV(B)4.42º51.08%72.94%-
XYZ26.5119.9312.35-
YUV123.51109.65172.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=49.6%
G=26.13%
B=24.27%

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
Decimal186989100.470.510.274.4240.7754.31
HexBA625B02F331B42936
Octal272142133057633345166
Binary1011101011000101011011010111111001111011100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA625B; }

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

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

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

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

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

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

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

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