Html Css Color HEX #B93257 Old Rose

📋 copy color: '#B93257'

red 185 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #B93257

Tints of Old Rose #B93257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 57.45%
G = 15.53%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B93257 (or 0xB93257) is known color: Old Rose. HEX triplet: B9, 32 and 57. RGB value is (185,50,87). Sum of RGB (Red+Green+Blue) = 185+50+87=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93257 is #46CDA8. Grayscale: #5E5E5E. Windows color (decimal): -4640169 or 5714617. OLE color: 5714617.

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

Color convert

RGB 185 50 87 -
CMYK 0 0.73 0.53 0.27
HSL 343.56º 0.57% 0.46% -
HSV(B) 343.56º 0.73% 0.73% -
XYZ 22.87 13.28 10.38 -
YUV 94.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 185 50 87 0 0.73 0.53 0.27 343.56 0.57 0.46
Hex B9 32 57 0 49 35 1B 158 39 2E
Octal 271 62 127 0 111 65 33 530 71 56
Binary 10111001 110010 1010111 0 1001001 110101 11011 101011000 111001 101110

Color Harmonies of #B93257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93257

Black with #B93257

Text Example


Text Example

White with #B93257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93257; }

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

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

background-color css

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

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

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

border-color css

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

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

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