Html Css Color HEX #B12E46 Old Rose

📋 copy color: '#B12E46'

red 177 ◦ green 46 ◦ blue 70

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

Shades of Old Rose #B12E46

Tints of Old Rose #B12E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 60.41%
G = 15.7%
B = 23.89%

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

#B12E46 (or 0xB12E46) is known color: Old Rose. HEX triplet: B1, 2E and 46. RGB value is (177,46,70). Sum of RGB (Red+Green+Blue) = 177+46+70=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E46 is #4ED1B9. Grayscale: #575757. Windows color (decimal): -5165498 or 4599473. OLE color: 4599473.

HSL color Cylindrical-coordinate representation of color #B12E46: hue angle of 349.01º 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 #B12E46 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 70 -
CMYK 0 0.74 0.60 0.31
HSL 349.01º 0.59% 0.44% -
HSV(B) 349.01º 0.74% 0.69% -
XYZ 20.21 11.74 7 -
YUV 87.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 177 46 70 0 0.74 0.60 0.31 349.01 0.59 0.44
Hex B1 2E 46 0 4A 3C 1F 15D 3B 2C
Octal 261 56 106 0 112 74 37 535 73 54
Binary 10110001 101110 1000110 0 1001010 111100 11111 101011101 111011 101100

Color Harmonies of #B12E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E46

Black with #B12E46

Text Example


Text Example

White with #B12E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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