Html Css Color HEX #BA374B Old Rose

📋 copy color: '#BA374B'

red 186 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #BA374B

Tints of Old Rose #BA374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 58.86%
G = 17.41%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA374B (or 0xBA374B) is known color: Old Rose. HEX triplet: BA, 37 and 4B. RGB value is (186,55,75). Sum of RGB (Red+Green+Blue) = 186+55+75=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA374B is #45C8B4. Grayscale: #606060. Windows color (decimal): -4573365 or 4929466. OLE color: 4929466.

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

Color convert

RGB 186 55 75 -
CMYK 0 0.70 0.60 0.27
HSL 350.84º 0.54% 0.47% -
HSV(B) 350.84º 0.7% 0.73% -
XYZ 22.89 13.68 8.09 -
YUV 96.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 186 55 75 0 0.70 0.60 0.27 350.84 0.54 0.47
Hex BA 37 4B 0 46 3C 1B 15F 36 2F
Octal 272 67 113 0 106 74 33 537 66 57
Binary 10111010 110111 1001011 0 1000110 111100 11011 101011111 110110 101111

Color Harmonies of #BA374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA374B

Black with #BA374B

Text Example


Text Example

White with #BA374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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