#BA625A

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

Shades of Sunglo #BA625A

Tints of Sunglo #BA625A

Color information

#BA625A (or 0xBA625A) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 5A. RGB value is (186,98,90). Sum of RGB (Red+Green+Blue) = 186+98+90=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA625A is #459DA5. Grayscale: #7B7B7B. Windows color (decimal): -4562342 or 5923514. OLE color: 5923514.

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

Color convert

RGB1869890-
CMYK00.470.520.27
HSL41.03%54.12%-
HSV(B)51.61%72.94%-
XYZ26.4619.9112.12-
YUV123.4109.15172.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=49.73%
G=26.20%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186989000.470.520.27541.0354.12
HexBA625A02F341B52936
Octal272142132057643355166
Binary1011101011000101011010010111111010011011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA625A; }

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

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

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

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

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

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

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

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