Html Css Color HEX #B7314E Old Rose

📋 copy color: '#B7314E'

red 183 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #B7314E

Tints of Old Rose #B7314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 59.03%
G = 15.81%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7314E (or 0xB7314E) is known color: Old Rose. HEX triplet: B7, 31 and 4E. RGB value is (183,49,78). Sum of RGB (Red+Green+Blue) = 183+49+78=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7314E is #48CEB1. Grayscale: #5C5C5C. Windows color (decimal): -4771506 or 5124535. OLE color: 5124535.

HSL color Cylindrical-coordinate representation of color #B7314E: hue angle of 347.01º 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 #B7314E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 78 -
CMYK 0 0.73 0.57 0.28
HSL 347.01º 0.58% 0.45% -
HSV(B) 347.01º 0.73% 0.72% -
XYZ 22 12.81 8.52 -
YUV 92.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 183 49 78 0 0.73 0.57 0.28 347.01 0.58 0.45
Hex B7 31 4E 0 49 39 1C 15B 3A 2D
Octal 267 61 116 0 111 71 34 533 72 55
Binary 10110111 110001 1001110 0 1001001 111001 11100 101011011 111010 101101

Color Harmonies of #B7314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7314E

Black with #B7314E

Text Example


Text Example

White with #B7314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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