Html Css Color HEX #B12557 Old Rose

📋 copy color: '#B12557'

red 177 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #B12557

Tints of Old Rose #B12557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 58.8%
G = 12.29%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B12557 (or 0xB12557) is known color: Old Rose. HEX triplet: B1, 25 and 57. RGB value is (177,37,87). Sum of RGB (Red+Green+Blue) = 177+37+87=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12557 is #4EDAA8. Grayscale: #545454. Windows color (decimal): -5167785 or 5711281. OLE color: 5711281.

HSL color Cylindrical-coordinate representation of color #B12557: hue angle of 338.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12557 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 87 -
CMYK 0 0.79 0.51 0.31
HSL 338.57º 0.65% 0.42% -
HSV(B) 338.57º 0.79% 0.69% -
XYZ 20.51 11.36 10.13 -
YUV 84.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 177 37 87 0 0.79 0.51 0.31 338.57 0.65 0.42
Hex B1 25 57 0 4F 33 1F 153 41 2A
Octal 261 45 127 0 117 63 37 523 101 52
Binary 10110001 100101 1010111 0 1001111 110011 11111 101010011 1000001 101010

Color Harmonies of #B12557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12557

Black with #B12557

Text Example


Text Example

White with #B12557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12557; }

 p { color: rgb(177,37,87); }

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

background-color css

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

 a { background-color: rgb(177,37,87); }

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

border-color css

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

 span { border-color: rgb(177,37,87); }

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