Html Css Color HEX #BA334B Old Rose

📋 copy color: '#BA334B'

red 186 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #BA334B

Tints of Old Rose #BA334B

RGB

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

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

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

R = 59.62%
G = 16.35%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA334B (or 0xBA334B) is known color: Old Rose. HEX triplet: BA, 33 and 4B. RGB value is (186,51,75). Sum of RGB (Red+Green+Blue) = 186+51+75=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA334B is #45CCB4. Grayscale: #5E5E5E. Windows color (decimal): -4574389 or 4928442. OLE color: 4928442.

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

Color convert

RGB 186 51 75 -
CMYK 0 0.73 0.60 0.27
HSL 349.33º 0.57% 0.46% -
HSV(B) 349.33º 0.73% 0.73% -
XYZ 22.7 13.31 8.03 -
YUV 94.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 186 51 75 0 0.73 0.60 0.27 349.33 0.57 0.46
Hex BA 33 4B 0 49 3C 1B 15D 39 2E
Octal 272 63 113 0 111 74 33 535 71 56
Binary 10111010 110011 1001011 0 1001001 111100 11011 101011101 111001 101110

Color Harmonies of #BA334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA334B

Black with #BA334B

Text Example


Text Example

White with #BA334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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