Html Css Color HEX #B93550 Old Rose

📋 copy color: '#B93550'

red 185 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #B93550

Tints of Old Rose #B93550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 58.18%
G = 16.67%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B93550 (or 0xB93550) is known color: Old Rose. HEX triplet: B9, 35 and 50. RGB value is (185,53,80). Sum of RGB (Red+Green+Blue) = 185+53+80=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B93550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93550 is #46CAAF. Grayscale: #5F5F5F. Windows color (decimal): -4639408 or 5256633. OLE color: 5256633.

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

Color convert

RGB 185 53 80 -
CMYK 0 0.71 0.57 0.27
HSL 347.73º 0.55% 0.47% -
HSV(B) 347.73º 0.71% 0.73% -
XYZ 22.73 13.44 8.99 -
YUV 95.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 185 53 80 0 0.71 0.57 0.27 347.73 0.55 0.47
Hex B9 35 50 0 47 39 1B 15C 37 2F
Octal 271 65 120 0 107 71 33 534 67 57
Binary 10111001 110101 1010000 0 1000111 111001 11011 101011100 110111 101111

Color Harmonies of #B93550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93550

Black with #B93550

Text Example


Text Example

White with #B93550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93550; }

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

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

background-color css

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

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

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

border-color css

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

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

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