Html Css Color HEX #B8315B Old Rose

📋 copy color: '#B8315B'

red 184 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #B8315B

Tints of Old Rose #B8315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 56.79%
G = 15.12%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8315B (or 0xB8315B) is known color: Old Rose. HEX triplet: B8, 31 and 5B. RGB value is (184,49,91). Sum of RGB (Red+Green+Blue) = 184+49+91=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8315B is #47CEA4. Grayscale: #5E5E5E. Windows color (decimal): -4705957 or 5976504. OLE color: 5976504.

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

Color convert

RGB 184 49 91 -
CMYK 0 0.73 0.51 0.28
HSL 341.33º 0.58% 0.46% -
HSV(B) 341.33º 0.73% 0.72% -
XYZ 22.75 13.14 11.23 -
YUV 94.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 184 49 91 0 0.73 0.51 0.28 341.33 0.58 0.46
Hex B8 31 5B 0 49 33 1C 155 3A 2E
Octal 270 61 133 0 111 63 34 525 72 56
Binary 10111000 110001 1011011 0 1001001 110011 11100 101010101 111010 101110

Color Harmonies of #B8315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8315B

Black with #B8315B

Text Example


Text Example

White with #B8315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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