Html Css Color HEX #B8314E Old Rose

📋 copy color: '#B8314E'

red 184 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #B8314E

Tints of Old Rose #B8314E

RGB

 RED value IS 184 (72.27% from 255) = 59.16%

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

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

R = 59.16%
G = 15.76%
B = 25.08%

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

#B8314E (or 0xB8314E) is known color: Old Rose. HEX triplet: B8, 31 and 4E. RGB value is (184,49,78). Sum of RGB (Red+Green+Blue) = 184+49+78=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8314E is #47CEB1. Grayscale: #5C5C5C. Windows color (decimal): -4705970 or 5124536. OLE color: 5124536.

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

Color convert

RGB 184 49 78 -
CMYK 0 0.73 0.58 0.28
HSL 347.11º 0.58% 0.46% -
HSV(B) 347.11º 0.73% 0.72% -
XYZ 22.24 12.94 8.53 -
YUV 92.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 184 49 78 0 0.73 0.58 0.28 347.11 0.58 0.46
Hex B8 31 4E 0 49 3A 1C 15B 3A 2E
Octal 270 61 116 0 111 72 34 533 72 56
Binary 10111000 110001 1001110 0 1001001 111010 11100 101011011 111010 101110

Color Harmonies of #B8314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8314E

Black with #B8314E

Text Example


Text Example

White with #B8314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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