Html Css Color HEX #B1294D Old Rose

📋 copy color: '#B1294D'

red 177 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #B1294D

Tints of Old Rose #B1294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 60%
G = 13.9%
B = 26.1%

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

#B1294D (or 0xB1294D) is known color: Old Rose. HEX triplet: B1, 29 and 4D. RGB value is (177,41,77). Sum of RGB (Red+Green+Blue) = 177+41+77=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1294D is #4ED6B2. Grayscale: #555555. Windows color (decimal): -5166771 or 5056945. OLE color: 5056945.

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

Color convert

RGB 177 41 77 -
CMYK 0 0.77 0.56 0.31
HSL 344.12º 0.62% 0.43% -
HSV(B) 344.12º 0.77% 0.69% -
XYZ 20.26 11.47 8.17 -
YUV 85.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 177 41 77 0 0.77 0.56 0.31 344.12 0.62 0.43
Hex B1 29 4D 0 4D 38 1F 158 3E 2B
Octal 261 51 115 0 115 70 37 530 76 53
Binary 10110001 101001 1001101 0 1001101 111000 11111 101011000 111110 101011

Color Harmonies of #B1294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1294D

Black with #B1294D

Text Example


Text Example

White with #B1294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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