Html Css Color HEX #B1294C Old Rose

📋 copy color: '#B1294C'

red 177 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B1294C

Tints of Old Rose #B1294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 60.2%
G = 13.95%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1294C (or 0xB1294C) is known color: Old Rose. HEX triplet: B1, 29 and 4C. RGB value is (177,41,76). Sum of RGB (Red+Green+Blue) = 177+41+76=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1294C is #4ED6B3. Grayscale: #555555. Windows color (decimal): -5166772 or 4991409. OLE color: 4991409.

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

Color convert

RGB 177 41 76 -
CMYK 0 0.77 0.57 0.31
HSL 344.56º 0.62% 0.43% -
HSV(B) 344.56º 0.77% 0.69% -
XYZ 20.23 11.45 7.98 -
YUV 85.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 177 41 76 0 0.77 0.57 0.31 344.56 0.62 0.43
Hex B1 29 4C 0 4D 39 1F 159 3E 2B
Octal 261 51 114 0 115 71 37 531 76 53
Binary 10110001 101001 1001100 0 1001101 111001 11111 101011001 111110 101011

Color Harmonies of #B1294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1294C

Black with #B1294C

Text Example


Text Example

White with #B1294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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