Html Css Color HEX #B9315B Old Rose

📋 copy color: '#B9315B'

red 185 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #B9315B

Tints of Old Rose #B9315B

RGB

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

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

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

R = 56.92%
G = 15.08%
B = 28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9315B (or 0xB9315B) is known color: Old Rose. HEX triplet: B9, 31 and 5B. RGB value is (185,49,91). Sum of RGB (Red+Green+Blue) = 185+49+91=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9315B is #46CEA4. Grayscale: #5E5E5E. Windows color (decimal): -4640421 or 5976505. OLE color: 5976505.

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

Color convert

RGB 185 49 91 -
CMYK 0 0.74 0.51 0.27
HSL 341.47º 0.58% 0.46% -
HSV(B) 341.47º 0.74% 0.73% -
XYZ 22.99 13.27 11.25 -
YUV 94.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 185 49 91 0 0.74 0.51 0.27 341.47 0.58 0.46
Hex B9 31 5B 0 4A 33 1B 155 3A 2E
Octal 271 61 133 0 112 63 33 525 72 56
Binary 10111001 110001 1011011 0 1001010 110011 11011 101010101 111010 101110

Color Harmonies of #B9315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9315B

Black with #B9315B

Text Example


Text Example

White with #B9315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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