Html Css Color HEX #B13255 Old Rose

📋 copy color: '#B13255'

red 177 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #B13255

Tints of Old Rose #B13255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 56.73%
G = 16.03%
B = 27.24%

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

#B13255 (or 0xB13255) is known color: Old Rose. HEX triplet: B1, 32 and 55. RGB value is (177,50,85). Sum of RGB (Red+Green+Blue) = 177+50+85=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B13255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13255 is #4ECDAA. Grayscale: #5B5B5B. Windows color (decimal): -5164459 or 5583537. OLE color: 5583537.

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

Color convert

RGB 177 50 85 -
CMYK 0 0.72 0.52 0.31
HSL 343.46º 0.56% 0.45% -
HSV(B) 343.46º 0.72% 0.69% -
XYZ 20.91 12.28 9.86 -
YUV 91.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 177 50 85 0 0.72 0.52 0.31 343.46 0.56 0.45
Hex B1 32 55 0 48 34 1F 157 38 2D
Octal 261 62 125 0 110 64 37 527 70 55
Binary 10110001 110010 1010101 0 1001000 110100 11111 101010111 111000 101101

Color Harmonies of #B13255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13255

Black with #B13255

Text Example


Text Example

White with #B13255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13255; }

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

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

background-color css

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

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

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

border-color css

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

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

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