Html Css Color HEX #B9324F Old Rose

📋 copy color: '#B9324F'

red 185 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #B9324F

Tints of Old Rose #B9324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 58.92%
G = 15.92%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9324F (or 0xB9324F) is known color: Old Rose. HEX triplet: B9, 32 and 4F. RGB value is (185,50,79). Sum of RGB (Red+Green+Blue) = 185+50+79=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9324F is #46CDB0. Grayscale: #5D5D5D. Windows color (decimal): -4640177 or 5190329. OLE color: 5190329.

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

Color convert

RGB 185 50 79 -
CMYK 0 0.73 0.57 0.27
HSL 347.11º 0.57% 0.46% -
HSV(B) 347.11º 0.73% 0.73% -
XYZ 22.56 13.16 8.75 -
YUV 93.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 185 50 79 0 0.73 0.57 0.27 347.11 0.57 0.46
Hex B9 32 4F 0 49 39 1B 15B 39 2E
Octal 271 62 117 0 111 71 33 533 71 56
Binary 10111001 110010 1001111 0 1001001 111001 11011 101011011 111001 101110

Color Harmonies of #B9324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9324F

Black with #B9324F

Text Example


Text Example

White with #B9324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9324F; }

 p { color: rgb(185,50,79); }

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

background-color css

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

 a { background-color: rgb(185,50,79); }

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

border-color css

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

 span { border-color: rgb(185,50,79); }

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