Html Css Color HEX #B12947 Old Rose

📋 copy color: '#B12947'

red 177 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #B12947

Tints of Old Rose #B12947

RGB

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

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

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

R = 61.25%
G = 14.19%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12947 (or 0xB12947) is known color: Old Rose. HEX triplet: B1, 29 and 47. RGB value is (177,41,71). Sum of RGB (Red+Green+Blue) = 177+41+71=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B12947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12947 is #4ED6B8. Grayscale: #555555. Windows color (decimal): -5166777 or 4663729. OLE color: 4663729.

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

Color convert

RGB 177 41 71 -
CMYK 0 0.77 0.60 0.31
HSL 346.76º 0.62% 0.43% -
HSV(B) 346.76º 0.77% 0.69% -
XYZ 20.06 11.39 7.1 -
YUV 85.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 177 41 71 0 0.77 0.60 0.31 346.76 0.62 0.43
Hex B1 29 47 0 4D 3C 1F 15B 3E 2B
Octal 261 51 107 0 115 74 37 533 76 53
Binary 10110001 101001 1000111 0 1001101 111100 11111 101011011 111110 101011

Color Harmonies of #B12947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12947

Black with #B12947

Text Example


Text Example

White with #B12947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12947; }

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

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

background-color css

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

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

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

border-color css

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

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

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