Html Css Color HEX #B13550 Old Rose

📋 copy color: '#B13550'

red 177 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #B13550

Tints of Old Rose #B13550

RGB

 RED value IS 177 (69.53% from 255) = 57.1%

 GREEN value IS 53 (21.09% from 255) = 17.1%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 57.1%
G = 17.1%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B13550 (or 0xB13550) is known color: Old Rose. HEX triplet: B1, 35 and 50. RGB value is (177,53,80). Sum of RGB (Red+Green+Blue) = 177+53+80=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B13550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13550 is #4ECAAF. Grayscale: #5D5D5D. Windows color (decimal): -5163696 or 5256625. OLE color: 5256625.

HSL color Cylindrical-coordinate representation of color #B13550: hue angle of 346.94º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13550 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 80 -
CMYK 0 0.70 0.55 0.31
HSL 346.94º 0.54% 0.45% -
HSV(B) 346.94º 0.7% 0.69% -
XYZ 20.85 12.47 8.9 -
YUV 93.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 177 53 80 0 0.70 0.55 0.31 346.94 0.54 0.45
Hex B1 35 50 0 46 37 1F 15B 36 2D
Octal 261 65 120 0 106 67 37 533 66 55
Binary 10110001 110101 1010000 0 1000110 110111 11111 101011011 110110 101101

Color Harmonies of #B13550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13550

Black with #B13550

Text Example


Text Example

White with #B13550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13550; }

 p { color: rgb(177,53,80); }

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

background-color css

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

 a { background-color: rgb(177,53,80); }

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

border-color css

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

 span { border-color: rgb(177,53,80); }

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