Html Css Color HEX #BA3457 Old Rose

📋 copy color: '#BA3457'

red 186 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #BA3457

Tints of Old Rose #BA3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 57.23%
G = 16%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3457 (or 0xBA3457) is known color: Old Rose. HEX triplet: BA, 34 and 57. RGB value is (186,52,87). Sum of RGB (Red+Green+Blue) = 186+52+87=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3457 is #45CBA8. Grayscale: #606060. Windows color (decimal): -4574121 or 5715130. OLE color: 5715130.

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

Color convert

RGB 186 52 87 -
CMYK 0 0.72 0.53 0.27
HSL 344.33º 0.56% 0.47% -
HSV(B) 344.33º 0.72% 0.73% -
XYZ 23.2 13.58 10.42 -
YUV 96.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 186 52 87 0 0.72 0.53 0.27 344.33 0.56 0.47
Hex BA 34 57 0 48 35 1B 158 38 2F
Octal 272 64 127 0 110 65 33 530 70 57
Binary 10111010 110100 1010111 0 1001000 110101 11011 101011000 111000 101111

Color Harmonies of #BA3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3457

Black with #BA3457

Text Example


Text Example

White with #BA3457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3457; }

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

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

background-color css

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

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

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

border-color css

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

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

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