Html Css Color HEX #B1254B Old Rose

📋 copy color: '#B1254B'

red 177 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #B1254B

Tints of Old Rose #B1254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 61.25%
G = 12.8%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1254B (or 0xB1254B) is known color: Old Rose. HEX triplet: B1, 25 and 4B. RGB value is (177,37,75). Sum of RGB (Red+Green+Blue) = 177+37+75=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1254B is #4EDAB4. Grayscale: #535353. Windows color (decimal): -5167797 or 4924849. OLE color: 4924849.

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

Color convert

RGB 177 37 75 -
CMYK 0 0.79 0.58 0.31
HSL 343.71º 0.65% 0.42% -
HSV(B) 343.71º 0.79% 0.69% -
XYZ 20.06 11.18 7.76 -
YUV 83.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 177 37 75 0 0.79 0.58 0.31 343.71 0.65 0.42
Hex B1 25 4B 0 4F 3A 1F 158 41 2A
Octal 261 45 113 0 117 72 37 530 101 52
Binary 10110001 100101 1001011 0 1001111 111010 11111 101011000 1000001 101010

Color Harmonies of #B1254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1254B

Black with #B1254B

Text Example


Text Example

White with #B1254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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