Html Css Color HEX #BA3956 Old Rose

📋 copy color: '#BA3956'

red 186 ◦ green 57 ◦ blue 86

#BA3956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA3956

Tints of Old Rose #BA3956

RGB

 RED value IS 186 (73.05% from 255) = 56.53%

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 56.53%
G = 17.33%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3956 (or 0xBA3956) is known color: Old Rose. HEX triplet: BA, 39 and 56. RGB value is (186,57,86). Sum of RGB (Red+Green+Blue) = 186+57+86=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3956 is #45C6A9. Grayscale: #626262. Windows color (decimal): -4572842 or 5650874. OLE color: 5650874.

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

Color convert

RGB 186 57 86 -
CMYK 0 0.69 0.54 0.27
HSL 346.51º 0.53% 0.48% -
HSV(B) 346.51º 0.69% 0.73% -
XYZ 23.39 14.04 10.28 -
YUV 98.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 186 57 86 0 0.69 0.54 0.27 346.51 0.53 0.48
Hex BA 39 56 0 45 36 1B 15B 35 30
Octal 272 71 126 0 105 66 33 533 65 60
Binary 10111010 111001 1010110 0 1000101 110110 11011 101011011 110101 110000

Color Harmonies of #BA3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3956

Black with #BA3956

Text Example


Text Example

White with #BA3956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3956; }

 p { color: rgb(186,57,86); }

 H1.HeaderClassName
 {
   color: #BA3956;
 }
 .AnyTagClassName
 {
   color: #BA3956;
 }
</style>

background-color css

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

 a { background-color: rgb(186,57,86); }

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

border-color css

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

 span { border-color: rgb(186,57,86); }

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