Html Css Color HEX #B1344E Old Rose

📋 copy color: '#B1344E'

red 177 ◦ green 52 ◦ blue 78

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

Shades of Old Rose #B1344E

Tints of Old Rose #B1344E

RGB

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

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

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

R = 57.65%
G = 16.94%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1344E (or 0xB1344E) is known color: Old Rose. HEX triplet: B1, 34 and 4E. RGB value is (177,52,78). Sum of RGB (Red+Green+Blue) = 177+52+78=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1344E is #4ECBB1. Grayscale: #5C5C5C. Windows color (decimal): -5163954 or 5125297. OLE color: 5125297.

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

Color convert

RGB 177 52 78 -
CMYK 0 0.71 0.56 0.31
HSL 347.52º 0.55% 0.45% -
HSV(B) 347.52º 0.71% 0.69% -
XYZ 20.73 12.35 8.5 -
YUV 92.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 177 52 78 0 0.71 0.56 0.31 347.52 0.55 0.45
Hex B1 34 4E 0 47 38 1F 15C 37 2D
Octal 261 64 116 0 107 70 37 534 67 55
Binary 10110001 110100 1001110 0 1000111 111000 11111 101011100 110111 101101

Color Harmonies of #B1344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1344E

Black with #B1344E

Text Example


Text Example

White with #B1344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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