Html Css Color HEX #B1285B Old Rose

📋 copy color: '#B1285B'

red 177 ◦ green 40 ◦ blue 91

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

Shades of Old Rose #B1285B

Tints of Old Rose #B1285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 57.47%
G = 12.99%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1285B (or 0xB1285B) is known color: Old Rose. HEX triplet: B1, 28 and 5B. RGB value is (177,40,91). Sum of RGB (Red+Green+Blue) = 177+40+91=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1285B is #4ED7A4. Grayscale: #565656. Windows color (decimal): -5167013 or 5974193. OLE color: 5974193.

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

Color convert

RGB 177 40 91 -
CMYK 0 0.77 0.49 0.31
HSL 337.66º 0.63% 0.43% -
HSV(B) 337.66º 0.77% 0.69% -
XYZ 20.78 11.62 11.05 -
YUV 86.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 177 40 91 0 0.77 0.49 0.31 337.66 0.63 0.43
Hex B1 28 5B 0 4D 31 1F 152 3F 2B
Octal 261 50 133 0 115 61 37 522 77 53
Binary 10110001 101000 1011011 0 1001101 110001 11111 101010010 111111 101011

Color Harmonies of #B1285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1285B

Black with #B1285B

Text Example


Text Example

White with #B1285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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