Html Css Color HEX #B12449 Old Rose

📋 copy color: '#B12449'

red 177 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #B12449

Tints of Old Rose #B12449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 61.89%
G = 12.59%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12449 (or 0xB12449) is known color: Old Rose. HEX triplet: B1, 24 and 49. RGB value is (177,36,73). Sum of RGB (Red+Green+Blue) = 177+36+73=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12449 is #4EDBB6. Grayscale: #525252. Windows color (decimal): -5168055 or 4793521. OLE color: 4793521.

HSL color Cylindrical-coordinate representation of color #B12449: hue angle of 344.26º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12449 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 73 -
CMYK 0 0.80 0.59 0.31
HSL 344.26º 0.66% 0.42% -
HSV(B) 344.26º 0.8% 0.69% -
XYZ 19.96 11.09 7.39 -
YUV 82.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 177 36 73 0 0.80 0.59 0.31 344.26 0.66 0.42
Hex B1 24 49 0 50 3B 1F 158 42 2A
Octal 261 44 111 0 120 73 37 530 102 52
Binary 10110001 100100 1001001 0 1010000 111011 11111 101011000 1000010 101010

Color Harmonies of #B12449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12449

Black with #B12449

Text Example


Text Example

White with #B12449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12449; }

 p { color: rgb(177,36,73); }

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

background-color css

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

 a { background-color: rgb(177,36,73); }

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

border-color css

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

 span { border-color: rgb(177,36,73); }

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