Html Css Color HEX #B1374B Old Rose

📋 copy color: '#B1374B'

red 177 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #B1374B

Tints of Old Rose #B1374B

RGB

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

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

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

R = 57.65%
G = 17.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1374B (or 0xB1374B) is known color: Old Rose. HEX triplet: B1, 37 and 4B. RGB value is (177,55,75). Sum of RGB (Red+Green+Blue) = 177+55+75=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1374B is #4EC8B4. Grayscale: #5D5D5D. Windows color (decimal): -5163189 or 4929457. OLE color: 4929457.

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

Color convert

RGB 177 55 75 -
CMYK 0 0.69 0.58 0.31
HSL 350.16º 0.53% 0.45% -
HSV(B) 350.16º 0.69% 0.69% -
XYZ 20.77 12.59 7.99 -
YUV 93.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 177 55 75 0 0.69 0.58 0.31 350.16 0.53 0.45
Hex B1 37 4B 0 45 3A 1F 15E 35 2D
Octal 261 67 113 0 105 72 37 536 65 55
Binary 10110001 110111 1001011 0 1000101 111010 11111 101011110 110101 101101

Color Harmonies of #B1374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1374B

Black with #B1374B

Text Example


Text Example

White with #B1374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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