Html Css Color HEX #B12E47 Old Rose

📋 copy color: '#B12E47'

red 177 ◦ green 46 ◦ blue 71

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

Shades of Old Rose #B12E47

Tints of Old Rose #B12E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 60.2%
G = 15.65%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12E47 (or 0xB12E47) is known color: Old Rose. HEX triplet: B1, 2E and 47. RGB value is (177,46,71). Sum of RGB (Red+Green+Blue) = 177+46+71=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E47 is #4ED1B8. Grayscale: #585858. Windows color (decimal): -5165497 or 4665009. OLE color: 4665009.

HSL color Cylindrical-coordinate representation of color #B12E47: hue angle of 348.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E47 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 71 -
CMYK 0 0.74 0.60 0.31
HSL 348.55º 0.59% 0.44% -
HSV(B) 348.55º 0.74% 0.69% -
XYZ 20.25 11.76 7.16 -
YUV 88.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 177 46 71 0 0.74 0.60 0.31 348.55 0.59 0.44
Hex B1 2E 47 0 4A 3C 1F 15D 3B 2C
Octal 261 56 107 0 112 74 37 535 73 54
Binary 10110001 101110 1000111 0 1001010 111100 11111 101011101 111011 101100

Color Harmonies of #B12E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E47

Black with #B12E47

Text Example


Text Example

White with #B12E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E47; }

 p { color: rgb(177,46,71); }

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

background-color css

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

 a { background-color: rgb(177,46,71); }

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

border-color css

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

 span { border-color: rgb(177,46,71); }

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