Html Css Color HEX #B1324A Old Rose

📋 copy color: '#B1324A'

red 177 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #B1324A

Tints of Old Rose #B1324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 58.8%
G = 16.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1324A (or 0xB1324A) is known color: Old Rose. HEX triplet: B1, 32 and 4A. RGB value is (177,50,74). Sum of RGB (Red+Green+Blue) = 177+50+74=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1324A is #4ECDB5. Grayscale: #5A5A5A. Windows color (decimal): -5164470 or 4862641. OLE color: 4862641.

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

Color convert

RGB 177 50 74 -
CMYK 0 0.72 0.58 0.31
HSL 348.66º 0.56% 0.45% -
HSV(B) 348.66º 0.72% 0.69% -
XYZ 20.51 12.12 7.74 -
YUV 90.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 177 50 74 0 0.72 0.58 0.31 348.66 0.56 0.45
Hex B1 32 4A 0 48 3A 1F 15D 38 2D
Octal 261 62 112 0 110 72 37 535 70 55
Binary 10110001 110010 1001010 0 1001000 111010 11111 101011101 111000 101101

Color Harmonies of #B1324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1324A

Black with #B1324A

Text Example


Text Example

White with #B1324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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