#BA6257

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

Shades of Sunglo #BA6257

Tints of Sunglo #BA6257

Color information

#BA6257 (or 0xBA6257) is unknown color: approx Sunglo. HEX triplet: BA, 62 and 57. RGB value is (186,98,87). Sum of RGB (Red+Green+Blue) = 186+98+87=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6257 is #459DA8. Grayscale: #7B7B7B. Windows color (decimal): -4562345 or 5726906. OLE color: 5726906.

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

Color convert

RGB1869887-
CMYK00.470.530.27
HSL6.67º41.77%53.53%-
HSV(B)6.67º53.23%72.94%-
XYZ26.3419.8611.46-
YUV123.06107.65172.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=50.13%
G=26.42%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186988700.470.530.276.6741.7753.53
HexBA625702F351B72a36
Octal272142127057653375266
Binary1011101011000101010111010111111010111011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6257; }

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

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

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

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

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

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

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

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