Html Css Color HEX #B12550 Old Rose

📋 copy color: '#B12550'

red 177 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #B12550

Tints of Old Rose #B12550

RGB

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

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

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

R = 60.2%
G = 12.59%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B12550 (or 0xB12550) is known color: Old Rose. HEX triplet: B1, 25 and 50. RGB value is (177,37,80). Sum of RGB (Red+Green+Blue) = 177+37+80=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B12550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12550 is #4EDAAF. Grayscale: #535353. Windows color (decimal): -5167792 or 5252529. OLE color: 5252529.

HSL color Cylindrical-coordinate representation of color #B12550: hue angle of 341.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 #B12550 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 80 -
CMYK 0 0.79 0.55 0.31
HSL 341.57º 0.65% 0.42% -
HSV(B) 341.57º 0.79% 0.69% -
XYZ 20.24 11.25 8.69 -
YUV 83.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 177 37 80 0 0.79 0.55 0.31 341.57 0.65 0.42
Hex B1 25 50 0 4F 37 1F 156 41 2A
Octal 261 45 120 0 117 67 37 526 101 52
Binary 10110001 100101 1010000 0 1001111 110111 11111 101010110 1000001 101010

Color Harmonies of #B12550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12550

Black with #B12550

Text Example


Text Example

White with #B12550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12550; }

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

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

background-color css

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

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

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

border-color css

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

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

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