Html Css Color HEX #B93355 Old Rose

📋 copy color: '#B93355'

red 185 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #B93355

Tints of Old Rose #B93355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 57.63%
G = 15.89%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93355 (or 0xB93355) is known color: Old Rose. HEX triplet: B9, 33 and 55. RGB value is (185,51,85). Sum of RGB (Red+Green+Blue) = 185+51+85=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B93355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93355 is #46CCAA. Grayscale: #5E5E5E. Windows color (decimal): -4639915 or 5583801. OLE color: 5583801.

HSL color Cylindrical-coordinate representation of color #B93355: hue angle of 344.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93355 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 85 -
CMYK 0 0.72 0.54 0.27
HSL 344.78º 0.57% 0.46% -
HSV(B) 344.78º 0.72% 0.73% -
XYZ 22.83 13.34 9.97 -
YUV 94.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 185 51 85 0 0.72 0.54 0.27 344.78 0.57 0.46
Hex B9 33 55 0 48 36 1B 159 39 2E
Octal 271 63 125 0 110 66 33 531 71 56
Binary 10111001 110011 1010101 0 1001000 110110 11011 101011001 111001 101110

Color Harmonies of #B93355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93355

Black with #B93355

Text Example


Text Example

White with #B93355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93355; }

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

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

background-color css

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

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

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

border-color css

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

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

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