Html Css Color HEX #B1374C Old Rose

📋 copy color: '#B1374C'

red 177 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #B1374C

Tints of Old Rose #B1374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 57.47%
G = 17.86%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1374C (or 0xB1374C) is known color: Old Rose. HEX triplet: B1, 37 and 4C. RGB value is (177,55,76). Sum of RGB (Red+Green+Blue) = 177+55+76=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1374C is #4EC8B3. Grayscale: #5D5D5D. Windows color (decimal): -5163188 or 4994993. OLE color: 4994993.

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

Color convert

RGB 177 55 76 -
CMYK 0 0.69 0.57 0.31
HSL 349.67º 0.53% 0.45% -
HSV(B) 349.67º 0.69% 0.69% -
XYZ 20.8 12.6 8.17 -
YUV 93.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 177 55 76 0 0.69 0.57 0.31 349.67 0.53 0.45
Hex B1 37 4C 0 45 39 1F 15E 35 2D
Octal 261 67 114 0 105 71 37 536 65 55
Binary 10110001 110111 1001100 0 1000101 111001 11111 101011110 110101 101101

Color Harmonies of #B1374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1374C

Black with #B1374C

Text Example


Text Example

White with #B1374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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