Html Css Color HEX #B1324F Old Rose

📋 copy color: '#B1324F'

red 177 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #B1324F

Tints of Old Rose #B1324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 57.84%
G = 16.34%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1324F (or 0xB1324F) is known color: Old Rose. HEX triplet: B1, 32 and 4F. RGB value is (177,50,79). Sum of RGB (Red+Green+Blue) = 177+50+79=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1324F is #4ECDB0. Grayscale: #5B5B5B. Windows color (decimal): -5164465 or 5190321. OLE color: 5190321.

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

Color convert

RGB 177 50 79 -
CMYK 0 0.72 0.55 0.31
HSL 346.3º 0.56% 0.45% -
HSV(B) 346.3º 0.72% 0.69% -
XYZ 20.68 12.19 8.66 -
YUV 91.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 177 50 79 0 0.72 0.55 0.31 346.3 0.56 0.45
Hex B1 32 4F 0 48 37 1F 15A 38 2D
Octal 261 62 117 0 110 67 37 532 70 55
Binary 10110001 110010 1001111 0 1001000 110111 11111 101011010 111000 101101

Color Harmonies of #B1324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1324F

Black with #B1324F

Text Example


Text Example

White with #B1324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1324F; }

 p { color: rgb(177,50,79); }

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

background-color css

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

 a { background-color: rgb(177,50,79); }

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

border-color css

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

 span { border-color: rgb(177,50,79); }

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