Html Css Color HEX #B1304E Old Rose

📋 copy color: '#B1304E'

red 177 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B1304E

Tints of Old Rose #B1304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 58.42%
G = 15.84%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1304E (or 0xB1304E) is known color: Old Rose. HEX triplet: B1, 30 and 4E. RGB value is (177,48,78). Sum of RGB (Red+Green+Blue) = 177+48+78=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1304E is #4ECFB1. Grayscale: #5A5A5A. Windows color (decimal): -5164978 or 5124273. OLE color: 5124273.

HSL color Cylindrical-coordinate representation of color #B1304E: hue angle of 346.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1304E is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 78 -
CMYK 0 0.73 0.56 0.31
HSL 346.05º 0.57% 0.44% -
HSV(B) 346.05º 0.73% 0.69% -
XYZ 20.56 12.01 8.44 -
YUV 89.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 177 48 78 0 0.73 0.56 0.31 346.05 0.57 0.44
Hex B1 30 4E 0 49 38 1F 15A 39 2C
Octal 261 60 116 0 111 70 37 532 71 54
Binary 10110001 110000 1001110 0 1001001 111000 11111 101011010 111001 101100

Color Harmonies of #B1304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1304E

Black with #B1304E

Text Example


Text Example

White with #B1304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1304E; }

 p { color: rgb(177,48,78); }

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

background-color css

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

 a { background-color: rgb(177,48,78); }

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

border-color css

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

 span { border-color: rgb(177,48,78); }

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