Html Css Color HEX #B1275B Old Rose

📋 copy color: '#B1275B'

red 177 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #B1275B

Tints of Old Rose #B1275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 57.65%
G = 12.7%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1275B (or 0xB1275B) is known color: Old Rose. HEX triplet: B1, 27 and 5B. RGB value is (177,39,91). Sum of RGB (Red+Green+Blue) = 177+39+91=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275B is #4ED8A4. Grayscale: #565656. Windows color (decimal): -5167269 or 5973937. OLE color: 5973937.

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

Color convert

RGB 177 39 91 -
CMYK 0 0.78 0.49 0.31
HSL 337.39º 0.64% 0.42% -
HSV(B) 337.39º 0.78% 0.69% -
XYZ 20.75 11.55 11.03 -
YUV 86.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 177 39 91 0 0.78 0.49 0.31 337.39 0.64 0.42
Hex B1 27 5B 0 4E 31 1F 151 40 2A
Octal 261 47 133 0 116 61 37 521 100 52
Binary 10110001 100111 1011011 0 1001110 110001 11111 101010001 1000000 101010

Color Harmonies of #B1275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1275B

Black with #B1275B

Text Example


Text Example

White with #B1275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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