Html Css Color HEX #B93357 Old Rose

📋 copy color: '#B93357'

red 185 ◦ green 51 ◦ blue 87

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

Shades of Old Rose #B93357

Tints of Old Rose #B93357

RGB

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

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

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

R = 57.28%
G = 15.79%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B93357 (or 0xB93357) is known color: Old Rose. HEX triplet: B9, 33 and 57. RGB value is (185,51,87). Sum of RGB (Red+Green+Blue) = 185+51+87=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93357 is #46CCA8. Grayscale: #5F5F5F. Windows color (decimal): -4639913 or 5714873. OLE color: 5714873.

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

Color convert

RGB 185 51 87 -
CMYK 0 0.72 0.53 0.27
HSL 343.88º 0.57% 0.46% -
HSV(B) 343.88º 0.72% 0.73% -
XYZ 22.91 13.37 10.39 -
YUV 95.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 185 51 87 0 0.72 0.53 0.27 343.88 0.57 0.46
Hex B9 33 57 0 48 35 1B 158 39 2E
Octal 271 63 127 0 110 65 33 530 71 56
Binary 10111001 110011 1010111 0 1001000 110101 11011 101011000 111001 101110

Color Harmonies of #B93357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93357

Black with #B93357

Text Example


Text Example

White with #B93357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93357; }

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

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

background-color css

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

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

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

border-color css

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

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

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