Html Css Color HEX #B1344B Old Rose

📋 copy color: '#B1344B'

red 177 ◦ green 52 ◦ blue 75

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

Shades of Old Rose #B1344B

Tints of Old Rose #B1344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 58.22%
G = 17.11%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1344B (or 0xB1344B) is known color: Old Rose. HEX triplet: B1, 34 and 4B. RGB value is (177,52,75). Sum of RGB (Red+Green+Blue) = 177+52+75=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1344B is #4ECBB4. Grayscale: #5C5C5C. Windows color (decimal): -5163957 or 4928689. OLE color: 4928689.

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

Color convert

RGB 177 52 75 -
CMYK 0 0.71 0.58 0.31
HSL 348.96º 0.55% 0.45% -
HSV(B) 348.96º 0.71% 0.69% -
XYZ 20.63 12.31 7.95 -
YUV 92 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 177 52 75 0 0.71 0.58 0.31 348.96 0.55 0.45
Hex B1 34 4B 0 47 3A 1F 15D 37 2D
Octal 261 64 113 0 107 72 37 535 67 55
Binary 10110001 110100 1001011 0 1000111 111010 11111 101011101 110111 101101

Color Harmonies of #B1344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1344B

Black with #B1344B

Text Example


Text Example

White with #B1344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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