Html Css Color HEX #B13154 Old Rose

📋 copy color: '#B13154'

red 177 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #B13154

Tints of Old Rose #B13154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.1%

R = 57.1%
G = 15.81%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B13154 (or 0xB13154) is known color: Old Rose. HEX triplet: B1, 31 and 54. RGB value is (177,49,84). Sum of RGB (Red+Green+Blue) = 177+49+84=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B13154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13154 is #4ECEAB. Grayscale: #5B5B5B. Windows color (decimal): -5164716 or 5517745. OLE color: 5517745.

HSL color Cylindrical-coordinate representation of color #B13154: hue angle of 343.59º 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 #B13154 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 84 -
CMYK 0 0.72 0.53 0.31
HSL 343.59º 0.57% 0.44% -
HSV(B) 343.59º 0.72% 0.69% -
XYZ 20.83 12.18 9.64 -
YUV 91.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 177 49 84 0 0.72 0.53 0.31 343.59 0.57 0.44
Hex B1 31 54 0 48 35 1F 158 39 2C
Octal 261 61 124 0 110 65 37 530 71 54
Binary 10110001 110001 1010100 0 1001000 110101 11111 101011000 111001 101100

Color Harmonies of #B13154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13154

Black with #B13154

Text Example


Text Example

White with #B13154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13154; }

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

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

background-color css

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

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

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

border-color css

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

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

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