Html Css Color HEX #B1294E Old Rose

📋 copy color: '#B1294E'

red 177 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #B1294E

Tints of Old Rose #B1294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 59.8%
G = 13.85%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1294E (or 0xB1294E) is known color: Old Rose. HEX triplet: B1, 29 and 4E. RGB value is (177,41,78). Sum of RGB (Red+Green+Blue) = 177+41+78=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1294E is #4ED6B1. Grayscale: #555555. Windows color (decimal): -5166770 or 5122481. OLE color: 5122481.

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

Color convert

RGB 177 41 78 -
CMYK 0 0.77 0.56 0.31
HSL 343.68º 0.62% 0.43% -
HSV(B) 343.68º 0.77% 0.69% -
XYZ 20.3 11.48 8.35 -
YUV 85.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 177 41 78 0 0.77 0.56 0.31 343.68 0.62 0.43
Hex B1 29 4E 0 4D 38 1F 158 3E 2B
Octal 261 51 116 0 115 70 37 530 76 53
Binary 10110001 101001 1001110 0 1001101 111000 11111 101011000 111110 101011

Color Harmonies of #B1294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1294E

Black with #B1294E

Text Example


Text Example

White with #B1294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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