Html Css Color HEX #BA334E Old Rose

📋 copy color: '#BA334E'

red 186 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #BA334E

Tints of Old Rose #BA334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 59.05%
G = 16.19%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA334E (or 0xBA334E) is known color: Old Rose. HEX triplet: BA, 33 and 4E. RGB value is (186,51,78). Sum of RGB (Red+Green+Blue) = 186+51+78=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA334E is #45CCB1. Grayscale: #5E5E5E. Windows color (decimal): -4574386 or 5125050. OLE color: 5125050.

HSL color Cylindrical-coordinate representation of color #BA334E: hue angle of 348º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA334E is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 78 -
CMYK 0 0.73 0.58 0.27
HSL 348º 0.57% 0.46% -
HSV(B) 348º 0.73% 0.73% -
XYZ 22.81 13.36 8.58 -
YUV 94.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 186 51 78 0 0.73 0.58 0.27 348 0.57 0.46
Hex BA 33 4E 0 49 3A 1B 15C 39 2E
Octal 272 63 116 0 111 72 33 534 71 56
Binary 10111010 110011 1001110 0 1001001 111010 11011 101011100 111001 101110

Color Harmonies of #BA334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA334E

Black with #BA334E

Text Example


Text Example

White with #BA334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA334E; }

 p { color: rgb(186,51,78); }

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

background-color css

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

 a { background-color: rgb(186,51,78); }

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

border-color css

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

 span { border-color: rgb(186,51,78); }

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