Html Css Color HEX #B93C53 Old Rose

📋 copy color: '#B93C53'

red 185 ◦ green 60 ◦ blue 83

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

Shades of Old Rose #B93C53

Tints of Old Rose #B93C53

RGB

 RED value IS 185 (72.66% from 255) = 56.4%

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 56.4%
G = 18.29%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93C53 (or 0xB93C53) is known color: Old Rose. HEX triplet: B9, 3C and 53. RGB value is (185,60,83). Sum of RGB (Red+Green+Blue) = 185+60+83=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C53 is #46C3AC. Grayscale: #646464. Windows color (decimal): -4637613 or 5455033. OLE color: 5455033.

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

Color convert

RGB 185 60 83 -
CMYK 0 0.68 0.55 0.27
HSL 348.96º 0.51% 0.48% -
HSV(B) 348.96º 0.68% 0.73% -
XYZ 23.18 14.17 9.7 -
YUV 100 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 185 60 83 0 0.68 0.55 0.27 348.96 0.51 0.48
Hex B9 3C 53 0 44 37 1B 15D 33 30
Octal 271 74 123 0 104 67 33 535 63 60
Binary 10111001 111100 1010011 0 1000100 110111 11011 101011101 110011 110000

Color Harmonies of #B93C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C53

Black with #B93C53

Text Example


Text Example

White with #B93C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C53; }

 p { color: rgb(185,60,83); }

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

background-color css

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

 a { background-color: rgb(185,60,83); }

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

border-color css

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

 span { border-color: rgb(185,60,83); }

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