Html Css Color HEX #B9314B Old Rose

📋 copy color: '#B9314B'

red 185 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #B9314B

Tints of Old Rose #B9314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 59.87%
G = 15.86%
B = 24.27%

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

#B9314B (or 0xB9314B) is known color: Old Rose. HEX triplet: B9, 31 and 4B. RGB value is (185,49,75). Sum of RGB (Red+Green+Blue) = 185+49+75=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9314B is #46CEB4. Grayscale: #5C5C5C. Windows color (decimal): -4640437 or 4927929. OLE color: 4927929.

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

Color convert

RGB 185 49 75 -
CMYK 0 0.74 0.59 0.27
HSL 348.53º 0.58% 0.46% -
HSV(B) 348.53º 0.74% 0.73% -
XYZ 22.38 13.02 7.99 -
YUV 92.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 185 49 75 0 0.74 0.59 0.27 348.53 0.58 0.46
Hex B9 31 4B 0 4A 3B 1B 15D 3A 2E
Octal 271 61 113 0 112 73 33 535 72 56
Binary 10111001 110001 1001011 0 1001010 111011 11011 101011101 111010 101110

Color Harmonies of #B9314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9314B

Black with #B9314B

Text Example


Text Example

White with #B9314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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