Html Css Color HEX #B93C55 Old Rose

📋 copy color: '#B93C55'

red 185 ◦ green 60 ◦ blue 85

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

Shades of Old Rose #B93C55

Tints of Old Rose #B93C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 56.06%
G = 18.18%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93C55 (or 0xB93C55) is known color: Old Rose. HEX triplet: B9, 3C and 55. RGB value is (185,60,85). Sum of RGB (Red+Green+Blue) = 185+60+85=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C55 is #46C3AA. Grayscale: #646464. Windows color (decimal): -4637611 or 5586105. OLE color: 5586105.

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

Color convert

RGB 185 60 85 -
CMYK 0 0.68 0.54 0.27
HSL 348º 0.51% 0.48% -
HSV(B) 348º 0.68% 0.73% -
XYZ 23.26 14.2 10.11 -
YUV 100.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 185 60 85 0 0.68 0.54 0.27 348 0.51 0.48
Hex B9 3C 55 0 44 36 1B 15C 33 30
Octal 271 74 125 0 104 66 33 534 63 60
Binary 10111001 111100 1010101 0 1000100 110110 11011 101011100 110011 110000

Color Harmonies of #B93C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C55

Black with #B93C55

Text Example


Text Example

White with #B93C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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