Html Css Color HEX #B7374C Old Rose

📋 copy color: '#B7374C'

red 183 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #B7374C

Tints of Old Rose #B7374C

RGB

 RED value IS 183 (71.88% from 255) = 58.28%

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

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

R = 58.28%
G = 17.52%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7374C (or 0xB7374C) is known color: Old Rose. HEX triplet: B7, 37 and 4C. RGB value is (183,55,76). Sum of RGB (Red+Green+Blue) = 183+55+76=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7374C is #48C8B3. Grayscale: #5F5F5F. Windows color (decimal): -4769972 or 4994999. OLE color: 4994999.

HSL color Cylindrical-coordinate representation of color #B7374C: hue angle of 350.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7374C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 76 -
CMYK 0 0.70 0.58 0.28
HSL 350.16º 0.54% 0.47% -
HSV(B) 350.16º 0.7% 0.72% -
XYZ 22.2 13.32 8.24 -
YUV 95.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 183 55 76 0 0.70 0.58 0.28 350.16 0.54 0.47
Hex B7 37 4C 0 46 3A 1C 15E 36 2F
Octal 267 67 114 0 106 72 34 536 66 57
Binary 10110111 110111 1001100 0 1000110 111010 11100 101011110 110110 101111

Color Harmonies of #B7374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7374C

Black with #B7374C

Text Example


Text Example

White with #B7374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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