Html Css Color HEX #BA3E47 Old Rose

📋 copy color: '#BA3E47'

red 186 ◦ green 62 ◦ blue 71

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

Shades of Old Rose #BA3E47

Tints of Old Rose #BA3E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 58.31%
G = 19.44%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3E47 (or 0xBA3E47) is known color: Old Rose. HEX triplet: BA, 3E and 47. RGB value is (186,62,71). Sum of RGB (Red+Green+Blue) = 186+62+71=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E47 is #45C1B8. Grayscale: #646464. Windows color (decimal): -4571577 or 4669114. OLE color: 4669114.

HSL color Cylindrical-coordinate representation of color #BA3E47: hue angle of 355.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E47 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 71 -
CMYK 0 0.67 0.62 0.27
HSL 355.65º 0.5% 0.49% -
HSV(B) 355.65º 0.67% 0.73% -
XYZ 23.11 14.34 7.51 -
YUV 100.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 186 62 71 0 0.67 0.62 0.27 355.65 0.5 0.49
Hex BA 3E 47 0 43 3E 1B 164 32 31
Octal 272 76 107 0 103 76 33 544 62 61
Binary 10111010 111110 1000111 0 1000011 111110 11011 101100100 110010 110001

Color Harmonies of #BA3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E47

Black with #BA3E47

Text Example


Text Example

White with #BA3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E47; }

 p { color: rgb(186,62,71); }

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

background-color css

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

 a { background-color: rgb(186,62,71); }

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

border-color css

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

 span { border-color: rgb(186,62,71); }

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