Html Css Color HEX #B1255B Old Rose

📋 copy color: '#B1255B'

red 177 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B1255B

Tints of Old Rose #B1255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 58.03%
G = 12.13%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1255B (or 0xB1255B) is known color: Old Rose. HEX triplet: B1, 25 and 5B. RGB value is (177,37,91). Sum of RGB (Red+Green+Blue) = 177+37+91=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1255B is #4EDAA4. Grayscale: #545454. Windows color (decimal): -5167781 or 5973425. OLE color: 5973425.

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

Color convert

RGB 177 37 91 -
CMYK 0 0.79 0.49 0.31
HSL 336.86º 0.65% 0.42% -
HSV(B) 336.86º 0.79% 0.69% -
XYZ 20.68 11.43 11.01 -
YUV 85.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 177 37 91 0 0.79 0.49 0.31 336.86 0.65 0.42
Hex B1 25 5B 0 4F 31 1F 151 41 2A
Octal 261 45 133 0 117 61 37 521 101 52
Binary 10110001 100101 1011011 0 1001111 110001 11111 101010001 1000001 101010

Color Harmonies of #B1255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1255B

Black with #B1255B

Text Example


Text Example

White with #B1255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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