Html Css Color HEX #BA3855 Old Rose

📋 copy color: '#BA3855'

red 186 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #BA3855

Tints of Old Rose #BA3855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 56.88%
G = 17.13%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3855 (or 0xBA3855) is known color: Old Rose. HEX triplet: BA, 38 and 55. RGB value is (186,56,85). Sum of RGB (Red+Green+Blue) = 186+56+85=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3855 is #45C7AA. Grayscale: #626262. Windows color (decimal): -4573099 or 5585082. OLE color: 5585082.

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

Color convert

RGB 186 56 85 -
CMYK 0 0.70 0.54 0.27
HSL 346.62º 0.54% 0.47% -
HSV(B) 346.62º 0.7% 0.73% -
XYZ 23.3 13.92 10.05 -
YUV 98.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 186 56 85 0 0.70 0.54 0.27 346.62 0.54 0.47
Hex BA 38 55 0 46 36 1B 15B 36 2F
Octal 272 70 125 0 106 66 33 533 66 57
Binary 10111010 111000 1010101 0 1000110 110110 11011 101011011 110110 101111

Color Harmonies of #BA3855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3855

Black with #BA3855

Text Example


Text Example

White with #BA3855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3855; }

 p { color: rgb(186,56,85); }

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

background-color css

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

 a { background-color: rgb(186,56,85); }

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

border-color css

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

 span { border-color: rgb(186,56,85); }

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