Html Css Color HEX #B7314C Old Rose

📋 copy color: '#B7314C'

red 183 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #B7314C

Tints of Old Rose #B7314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 59.42%
G = 15.91%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7314C (or 0xB7314C) is known color: Old Rose. HEX triplet: B7, 31 and 4C. RGB value is (183,49,76). Sum of RGB (Red+Green+Blue) = 183+49+76=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7314C is #48CEB3. Grayscale: #5C5C5C. Windows color (decimal): -4771508 or 4993463. OLE color: 4993463.

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

Color convert

RGB 183 49 76 -
CMYK 0 0.73 0.58 0.28
HSL 347.91º 0.58% 0.45% -
HSV(B) 347.91º 0.73% 0.72% -
XYZ 21.93 12.79 8.15 -
YUV 92.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 183 49 76 0 0.73 0.58 0.28 347.91 0.58 0.45
Hex B7 31 4C 0 49 3A 1C 15C 3A 2D
Octal 267 61 114 0 111 72 34 534 72 55
Binary 10110111 110001 1001100 0 1001001 111010 11100 101011100 111010 101101

Color Harmonies of #B7314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7314C

Black with #B7314C

Text Example


Text Example

White with #B7314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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