Html Css Color HEX #B13155 Old Rose

📋 copy color: '#B13155'

red 177 ◦ green 49 ◦ blue 85

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

Shades of Old Rose #B13155

Tints of Old Rose #B13155

RGB

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

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

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

R = 56.91%
G = 15.76%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B13155 (or 0xB13155) is known color: Old Rose. HEX triplet: B1, 31 and 55. RGB value is (177,49,85). Sum of RGB (Red+Green+Blue) = 177+49+85=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B13155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13155 is #4ECEAA. Grayscale: #5B5B5B. Windows color (decimal): -5164715 or 5583281. OLE color: 5583281.

HSL color Cylindrical-coordinate representation of color #B13155: hue angle of 343.12º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13155 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 85 -
CMYK 0 0.72 0.52 0.31
HSL 343.13º 0.57% 0.44% -
HSV(B) 343.13º 0.72% 0.69% -
XYZ 20.87 12.2 9.85 -
YUV 91.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 177 49 85 0 0.72 0.52 0.31 343.13 0.57 0.44
Hex B1 31 55 0 48 34 1F 157 39 2C
Octal 261 61 125 0 110 64 37 527 71 54
Binary 10110001 110001 1010101 0 1001000 110100 11111 101010111 111001 101100

Color Harmonies of #B13155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13155

Black with #B13155

Text Example


Text Example

White with #B13155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13155; }

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

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

background-color css

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

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

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

border-color css

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

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

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