Html Css Color HEX #B12951 Old Rose

📋 copy color: '#B12951'

red 177 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #B12951

Tints of Old Rose #B12951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 59.2%
G = 13.71%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12951 (or 0xB12951) is known color: Old Rose. HEX triplet: B1, 29 and 51. RGB value is (177,41,81). Sum of RGB (Red+Green+Blue) = 177+41+81=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12951 is #4ED6AE. Grayscale: #565656. Windows color (decimal): -5166767 or 5319089. OLE color: 5319089.

HSL color Cylindrical-coordinate representation of color #B12951: hue angle of 342.35º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12951 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 81 -
CMYK 0 0.77 0.54 0.31
HSL 342.35º 0.62% 0.43% -
HSV(B) 342.35º 0.77% 0.69% -
XYZ 20.41 11.53 8.93 -
YUV 86.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 177 41 81 0 0.77 0.54 0.31 342.35 0.62 0.43
Hex B1 29 51 0 4D 36 1F 156 3E 2B
Octal 261 51 121 0 115 66 37 526 76 53
Binary 10110001 101001 1010001 0 1001101 110110 11111 101010110 111110 101011

Color Harmonies of #B12951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12951

Black with #B12951

Text Example


Text Example

White with #B12951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12951; }

 p { color: rgb(177,41,81); }

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

background-color css

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

 a { background-color: rgb(177,41,81); }

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

border-color css

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

 span { border-color: rgb(177,41,81); }

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