Html Css Color HEX #B9314C Old Rose

📋 copy color: '#B9314C'

red 185 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #B9314C

Tints of Old Rose #B9314C

RGB

 RED value IS 185 (72.66% from 255) = 59.68%

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

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

R = 59.68%
G = 15.81%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9314C (or 0xB9314C) is known color: Old Rose. HEX triplet: B9, 31 and 4C. RGB value is (185,49,76). Sum of RGB (Red+Green+Blue) = 185+49+76=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9314C is #46CEB3. Grayscale: #5C5C5C. Windows color (decimal): -4640436 or 4993465. OLE color: 4993465.

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

Color convert

RGB 185 49 76 -
CMYK 0 0.74 0.59 0.27
HSL 348.09º 0.58% 0.46% -
HSV(B) 348.09º 0.74% 0.73% -
XYZ 22.41 13.03 8.17 -
YUV 92.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 185 49 76 0 0.74 0.59 0.27 348.09 0.58 0.46
Hex B9 31 4C 0 4A 3B 1B 15C 3A 2E
Octal 271 61 114 0 112 73 33 534 72 56
Binary 10111001 110001 1001100 0 1001010 111011 11011 101011100 111010 101110

Color Harmonies of #B9314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9314C

Black with #B9314C

Text Example


Text Example

White with #B9314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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