Html Css Color HEX #B93155 Old Rose

📋 copy color: '#B93155'

red 185 ◦ green 49 ◦ blue 85

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

Shades of Old Rose #B93155

Tints of Old Rose #B93155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 57.99%
G = 15.36%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93155 (or 0xB93155) is known color: Old Rose. HEX triplet: B9, 31 and 55. RGB value is (185,49,85). Sum of RGB (Red+Green+Blue) = 185+49+85=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93155 is #46CEAA. Grayscale: #5D5D5D. Windows color (decimal): -4640427 or 5583289. OLE color: 5583289.

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

Color convert

RGB 185 49 85 -
CMYK 0 0.74 0.54 0.27
HSL 344.12º 0.58% 0.46% -
HSV(B) 344.12º 0.74% 0.73% -
XYZ 22.75 13.17 9.94 -
YUV 93.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 185 49 85 0 0.74 0.54 0.27 344.12 0.58 0.46
Hex B9 31 55 0 4A 36 1B 158 3A 2E
Octal 271 61 125 0 112 66 33 530 72 56
Binary 10111001 110001 1010101 0 1001010 110110 11011 101011000 111010 101110

Color Harmonies of #B93155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93155

Black with #B93155

Text Example


Text Example

White with #B93155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93155; }

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

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

background-color css

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

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

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

border-color css

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

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

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