Html Css Color HEX #B93557 Old Rose

📋 copy color: '#B93557'

red 185 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #B93557

Tints of Old Rose #B93557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 56.92%
G = 16.31%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B93557 (or 0xB93557) is known color: Old Rose. HEX triplet: B9, 35 and 57. RGB value is (185,53,87). Sum of RGB (Red+Green+Blue) = 185+53+87=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93557 is #46CAA8. Grayscale: #606060. Windows color (decimal): -4639401 or 5715385. OLE color: 5715385.

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

Color convert

RGB 185 53 87 -
CMYK 0 0.71 0.53 0.27
HSL 344.55º 0.55% 0.47% -
HSV(B) 344.55º 0.71% 0.73% -
XYZ 23 13.55 10.42 -
YUV 96.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 185 53 87 0 0.71 0.53 0.27 344.55 0.55 0.47
Hex B9 35 57 0 47 35 1B 159 37 2F
Octal 271 65 127 0 107 65 33 531 67 57
Binary 10111001 110101 1010111 0 1000111 110101 11011 101011001 110111 101111

Color Harmonies of #B93557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93557

Black with #B93557

Text Example


Text Example

White with #B93557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93557; }

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

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

background-color css

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

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

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

border-color css

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

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

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