Html Css Color HEX #B1274E Old Rose

📋 copy color: '#B1274E'

red 177 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #B1274E

Tints of Old Rose #B1274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 60.2%
G = 13.27%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1274E (or 0xB1274E) is known color: Old Rose. HEX triplet: B1, 27 and 4E. RGB value is (177,39,78). Sum of RGB (Red+Green+Blue) = 177+39+78=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1274E is #4ED8B1. Grayscale: #545454. Windows color (decimal): -5167282 or 5121969. OLE color: 5121969.

HSL color Cylindrical-coordinate representation of color #B1274E: hue angle of 343.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1274E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 78 -
CMYK 0 0.78 0.56 0.31
HSL 343.04º 0.64% 0.42% -
HSV(B) 343.04º 0.78% 0.69% -
XYZ 20.23 11.35 8.33 -
YUV 84.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 177 39 78 0 0.78 0.56 0.31 343.04 0.64 0.42
Hex B1 27 4E 0 4E 38 1F 157 40 2A
Octal 261 47 116 0 116 70 37 527 100 52
Binary 10110001 100111 1001110 0 1001110 111000 11111 101010111 1000000 101010

Color Harmonies of #B1274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1274E

Black with #B1274E

Text Example


Text Example

White with #B1274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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