Html Css Color HEX #BA344B Old Rose

📋 copy color: '#BA344B'

red 186 ◦ green 52 ◦ blue 75

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

Shades of Old Rose #BA344B

Tints of Old Rose #BA344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 59.42%
G = 16.61%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA344B (or 0xBA344B) is known color: Old Rose. HEX triplet: BA, 34 and 4B. RGB value is (186,52,75). Sum of RGB (Red+Green+Blue) = 186+52+75=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA344B is #45CBB4. Grayscale: #5E5E5E. Windows color (decimal): -4574133 or 4928698. OLE color: 4928698.

HSL color Cylindrical-coordinate representation of color #BA344B: hue angle of 349.7º 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 #BA344B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 75 -
CMYK 0 0.72 0.60 0.27
HSL 349.7º 0.56% 0.47% -
HSV(B) 349.7º 0.72% 0.73% -
XYZ 22.75 13.4 8.04 -
YUV 94.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 186 52 75 0 0.72 0.60 0.27 349.7 0.56 0.47
Hex BA 34 4B 0 48 3C 1B 15E 38 2F
Octal 272 64 113 0 110 74 33 536 70 57
Binary 10111010 110100 1001011 0 1001000 111100 11011 101011110 111000 101111

Color Harmonies of #BA344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA344B

Black with #BA344B

Text Example


Text Example

White with #BA344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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