Html Css Color HEX #B1344C Old Rose

📋 copy color: '#B1344C'

red 177 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #B1344C

Tints of Old Rose #B1344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 58.03%
G = 17.05%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1344C (or 0xB1344C) is known color: Old Rose. HEX triplet: B1, 34 and 4C. RGB value is (177,52,76). Sum of RGB (Red+Green+Blue) = 177+52+76=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1344C is #4ECBB3. Grayscale: #5C5C5C. Windows color (decimal): -5163956 or 4994225. OLE color: 4994225.

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

Color convert

RGB 177 52 76 -
CMYK 0 0.71 0.57 0.31
HSL 348.48º 0.55% 0.45% -
HSV(B) 348.48º 0.71% 0.69% -
XYZ 20.66 12.32 8.13 -
YUV 92.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 177 52 76 0 0.71 0.57 0.31 348.48 0.55 0.45
Hex B1 34 4C 0 47 39 1F 15C 37 2D
Octal 261 64 114 0 107 71 37 534 67 55
Binary 10110001 110100 1001100 0 1000111 111001 11111 101011100 110111 101101

Color Harmonies of #B1344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1344C

Black with #B1344C

Text Example


Text Example

White with #B1344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1344C; }

 p { color: rgb(177,52,76); }

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

background-color css

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

 a { background-color: rgb(177,52,76); }

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

border-color css

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

 span { border-color: rgb(177,52,76); }

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