Html Css Color HEX #B1255C Old Rose

📋 copy color: '#B1255C'

red 177 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #B1255C

Tints of Old Rose #B1255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 57.84%
G = 12.09%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1255C (or 0xB1255C) is known color: Old Rose. HEX triplet: B1, 25 and 5C. RGB value is (177,37,92). Sum of RGB (Red+Green+Blue) = 177+37+92=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1255C is #4EDAA3. Grayscale: #555555. Windows color (decimal): -5167780 or 6038961. OLE color: 6038961.

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

Color convert

RGB 177 37 92 -
CMYK 0 0.79 0.48 0.31
HSL 336.43º 0.65% 0.42% -
HSV(B) 336.43º 0.79% 0.69% -
XYZ 20.72 11.44 11.24 -
YUV 85.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 177 37 92 0 0.79 0.48 0.31 336.43 0.65 0.42
Hex B1 25 5C 0 4F 30 1F 150 41 2A
Octal 261 45 134 0 117 60 37 520 101 52
Binary 10110001 100101 1011100 0 1001111 110000 11111 101010000 1000001 101010

Color Harmonies of #B1255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1255C

Black with #B1255C

Text Example


Text Example

White with #B1255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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