Html Css Color HEX #BA235C Old Rose

📋 copy color: '#BA235C'

red 186 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #BA235C

Tints of Old Rose #BA235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 59.42%
G = 11.18%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA235C (or 0xBA235C) is known color: Old Rose. HEX triplet: BA, 23 and 5C. RGB value is (186,35,92). Sum of RGB (Red+Green+Blue) = 186+35+92=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA235C is #45DCA3. Grayscale: #565656. Windows color (decimal): -4578468 or 6038458. OLE color: 6038458.

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

Color convert

RGB 186 35 92 -
CMYK 0 0.81 0.51 0.27
HSL 337.35º 0.68% 0.43% -
HSV(B) 337.35º 0.81% 0.73% -
XYZ 22.78 12.41 11.32 -
YUV 86.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 186 35 92 0 0.81 0.51 0.27 337.35 0.68 0.43
Hex BA 23 5C 0 51 33 1B 151 44 2B
Octal 272 43 134 0 121 63 33 521 104 53
Binary 10111010 100011 1011100 0 1010001 110011 11011 101010001 1000100 101011

Color Harmonies of #BA235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA235C

Black with #BA235C

Text Example


Text Example

White with #BA235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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