Html Css Color HEX #B93555 Old Rose

📋 copy color: '#B93555'

red 185 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #B93555

Tints of Old Rose #B93555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 57.28%
G = 16.41%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93555 (or 0xB93555) is known color: Old Rose. HEX triplet: B9, 35 and 55. RGB value is (185,53,85). Sum of RGB (Red+Green+Blue) = 185+53+85=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93555 is #46CAAA. Grayscale: #606060. Windows color (decimal): -4639403 or 5584313. OLE color: 5584313.

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

Color convert

RGB 185 53 85 -
CMYK 0 0.71 0.54 0.27
HSL 345.45º 0.55% 0.47% -
HSV(B) 345.45º 0.71% 0.73% -
XYZ 22.92 13.52 10 -
YUV 96.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 185 53 85 0 0.71 0.54 0.27 345.45 0.55 0.47
Hex B9 35 55 0 47 36 1B 159 37 2F
Octal 271 65 125 0 107 66 33 531 67 57
Binary 10111001 110101 1010101 0 1000111 110110 11011 101011001 110111 101111

Color Harmonies of #B93555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93555

Black with #B93555

Text Example


Text Example

White with #B93555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93555; }

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

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

background-color css

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

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

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

border-color css

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

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

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