Html Css Color HEX #B12147 Old Rose

📋 copy color: '#B12147'

red 177 ◦ green 33 ◦ blue 71

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

Shades of Old Rose #B12147

Tints of Old Rose #B12147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 62.99%
G = 11.74%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12147 (or 0xB12147) is known color: Old Rose. HEX triplet: B1, 21 and 47. RGB value is (177,33,71). Sum of RGB (Red+Green+Blue) = 177+33+71=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12147 is #4EDEB8. Grayscale: #505050. Windows color (decimal): -5168825 or 4661681. OLE color: 4661681.

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

Color convert

RGB 177 33 71 -
CMYK 0 0.81 0.60 0.31
HSL 344.17º 0.69% 0.41% -
HSV(B) 344.17º 0.81% 0.69% -
XYZ 19.81 10.89 7.02 -
YUV 80.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 177 33 71 0 0.81 0.60 0.31 344.17 0.69 0.41
Hex B1 21 47 0 51 3C 1F 158 45 29
Octal 261 41 107 0 121 74 37 530 105 51
Binary 10110001 100001 1000111 0 1010001 111100 11111 101011000 1000101 101001

Color Harmonies of #B12147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12147

Black with #B12147

Text Example


Text Example

White with #B12147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12147; }

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

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

background-color css

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

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

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

border-color css

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

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

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