Html Css Color HEX #B93B49 Old Rose

📋 copy color: '#B93B49'

red 185 ◦ green 59 ◦ blue 73

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

Shades of Old Rose #B93B49

Tints of Old Rose #B93B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 58.36%
G = 18.61%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93B49 (or 0xB93B49) is known color: Old Rose. HEX triplet: B9, 3B and 49. RGB value is (185,59,73). Sum of RGB (Red+Green+Blue) = 185+59+73=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B49 is #46C4B6. Grayscale: #626262. Windows color (decimal): -4637879 or 4799417. OLE color: 4799417.

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

Color convert

RGB 185 59 73 -
CMYK 0 0.68 0.61 0.27
HSL 353.33º 0.52% 0.48% -
HSV(B) 353.33º 0.68% 0.73% -
XYZ 22.77 13.92 7.79 -
YUV 98.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 185 59 73 0 0.68 0.61 0.27 353.33 0.52 0.48
Hex B9 3B 49 0 44 3D 1B 161 34 30
Octal 271 73 111 0 104 75 33 541 64 60
Binary 10111001 111011 1001001 0 1000100 111101 11011 101100001 110100 110000

Color Harmonies of #B93B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B49

Black with #B93B49

Text Example


Text Example

White with #B93B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B49; }

 p { color: rgb(185,59,73); }

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

background-color css

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

 a { background-color: rgb(185,59,73); }

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

border-color css

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

 span { border-color: rgb(185,59,73); }

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