Html Css Color HEX #B93159 Old Rose

📋 copy color: '#B93159'

red 185 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #B93159

Tints of Old Rose #B93159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 57.28%
G = 15.17%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B93159 (or 0xB93159) is known color: Old Rose. HEX triplet: B9, 31 and 59. RGB value is (185,49,89). Sum of RGB (Red+Green+Blue) = 185+49+89=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93159 is #46CEA6. Grayscale: #5E5E5E. Windows color (decimal): -4640423 or 5845433. OLE color: 5845433.

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

Color convert

RGB 185 49 89 -
CMYK 0 0.74 0.52 0.27
HSL 342.35º 0.58% 0.46% -
HSV(B) 342.35º 0.74% 0.73% -
XYZ 22.91 13.23 10.8 -
YUV 94.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 185 49 89 0 0.74 0.52 0.27 342.35 0.58 0.46
Hex B9 31 59 0 4A 34 1B 156 3A 2E
Octal 271 61 131 0 112 64 33 526 72 56
Binary 10111001 110001 1011001 0 1001010 110100 11011 101010110 111010 101110

Color Harmonies of #B93159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93159

Black with #B93159

Text Example


Text Example

White with #B93159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93159; }

 p { color: rgb(185,49,89); }

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

background-color css

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

 a { background-color: rgb(185,49,89); }

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

border-color css

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

 span { border-color: rgb(185,49,89); }

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