Html Css Color HEX #BA214B Old Rose

📋 copy color: '#BA214B'

red 186 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #BA214B

Tints of Old Rose #BA214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 63.27%
G = 11.22%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA214B (or 0xBA214B) is known color: Old Rose. HEX triplet: BA, 21 and 4B. RGB value is (186,33,75). Sum of RGB (Red+Green+Blue) = 186+33+75=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA214B is #45DEB4. Grayscale: #535353. Windows color (decimal): -4578997 or 4923834. OLE color: 4923834.

HSL color Cylindrical-coordinate representation of color #BA214B: hue angle of 343.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA214B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 75 -
CMYK 0 0.82 0.60 0.27
HSL 343.53º 0.7% 0.43% -
HSV(B) 343.53º 0.82% 0.73% -
XYZ 22.06 12.03 7.82 -
YUV 83.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 186 33 75 0 0.82 0.60 0.27 343.53 0.7 0.43
Hex BA 21 4B 0 52 3C 1B 158 46 2B
Octal 272 41 113 0 122 74 33 530 106 53
Binary 10111010 100001 1001011 0 1010010 111100 11011 101011000 1000110 101011

Color Harmonies of #BA214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA214B

Black with #BA214B

Text Example


Text Example

White with #BA214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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