Html Css Color HEX #B9314A Old Rose

📋 copy color: '#B9314A'

red 185 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #B9314A

Tints of Old Rose #B9314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 60.06%
G = 15.91%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9314A (or 0xB9314A) is known color: Old Rose. HEX triplet: B9, 31 and 4A. RGB value is (185,49,74). Sum of RGB (Red+Green+Blue) = 185+49+74=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9314A is #46CEB5. Grayscale: #5C5C5C. Windows color (decimal): -4640438 or 4862393. OLE color: 4862393.

HSL color Cylindrical-coordinate representation of color #B9314A: hue angle of 348.97º 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 #B9314A is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 74 -
CMYK 0 0.74 0.6 0.27
HSL 348.97º 0.58% 0.46% -
HSV(B) 348.97º 0.74% 0.73% -
XYZ 22.34 13.01 7.81 -
YUV 92.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 185 49 74 0 0.74 0.6 0.27 348.97 0.58 0.46
Hex B9 31 4A 0 4A 3C 1B 15D 3A 2E
Octal 271 61 112 0 112 74 33 535 72 56
Binary 10111001 110001 1001010 0 1001010 111100 11011 101011101 111010 101110

Color Harmonies of #B9314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9314A

Black with #B9314A

Text Example


Text Example

White with #B9314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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