Html Css Color HEX #BA235D Old Rose

📋 copy color: '#BA235D'

red 186 ◦ green 35 ◦ blue 93

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

Shades of Old Rose #BA235D

Tints of Old Rose #BA235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 59.24%
G = 11.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA235D (or 0xBA235D) is known color: Old Rose. HEX triplet: BA, 23 and 5D. RGB value is (186,35,93). Sum of RGB (Red+Green+Blue) = 186+35+93=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA235D is #45DCA2. Grayscale: #565656. Windows color (decimal): -4578467 or 6103994. OLE color: 6103994.

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

Color convert

RGB 186 35 93 -
CMYK 0 0.81 0.5 0.27
HSL 336.95º 0.68% 0.43% -
HSV(B) 336.95º 0.81% 0.73% -
XYZ 22.83 12.43 11.55 -
YUV 86.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 186 35 93 0 0.81 0.5 0.27 336.95 0.68 0.43
Hex BA 23 5D 0 51 32 1B 151 44 2B
Octal 272 43 135 0 121 62 33 521 104 53
Binary 10111010 100011 1011101 0 1010001 110010 11011 101010001 1000100 101011

Color Harmonies of #BA235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA235D

Black with #BA235D

Text Example


Text Example

White with #BA235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA235D; }

 p { color: rgb(186,35,93); }

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

background-color css

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

 a { background-color: rgb(186,35,93); }

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

border-color css

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

 span { border-color: rgb(186,35,93); }

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