Html Css Color HEX #B8315C Old Rose

📋 copy color: '#B8315C'

red 184 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #B8315C

Tints of Old Rose #B8315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 56.62%
G = 15.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8315C (or 0xB8315C) is known color: Old Rose. HEX triplet: B8, 31 and 5C. RGB value is (184,49,92). Sum of RGB (Red+Green+Blue) = 184+49+92=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8315C is #47CEA3. Grayscale: #5E5E5E. Windows color (decimal): -4705956 or 6042040. OLE color: 6042040.

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

Color convert

RGB 184 49 92 -
CMYK 0 0.73 0.50 0.28
HSL 340.89º 0.58% 0.46% -
HSV(B) 340.89º 0.73% 0.72% -
XYZ 22.8 13.16 11.46 -
YUV 94.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 184 49 92 0 0.73 0.50 0.28 340.89 0.58 0.46
Hex B8 31 5C 0 49 32 1C 155 3A 2E
Octal 270 61 134 0 111 62 34 525 72 56
Binary 10111000 110001 1011100 0 1001001 110010 11100 101010101 111010 101110

Color Harmonies of #B8315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8315C

Black with #B8315C

Text Example


Text Example

White with #B8315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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