Html Css Color HEX #B9324C Old Rose

📋 copy color: '#B9324C'

red 185 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #B9324C

Tints of Old Rose #B9324C

RGB

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

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

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

R = 59.49%
G = 16.08%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9324C (or 0xB9324C) is known color: Old Rose. HEX triplet: B9, 32 and 4C. RGB value is (185,50,76). Sum of RGB (Red+Green+Blue) = 185+50+76=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9324C is #46CDB3. Grayscale: #5D5D5D. Windows color (decimal): -4640180 or 4993721. OLE color: 4993721.

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

Color convert

RGB 185 50 76 -
CMYK 0 0.73 0.59 0.27
HSL 348.44º 0.57% 0.46% -
HSV(B) 348.44º 0.73% 0.73% -
XYZ 22.45 13.12 8.19 -
YUV 93.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 185 50 76 0 0.73 0.59 0.27 348.44 0.57 0.46
Hex B9 32 4C 0 49 3B 1B 15C 39 2E
Octal 271 62 114 0 111 73 33 534 71 56
Binary 10111001 110010 1001100 0 1001001 111011 11011 101011100 111001 101110

Color Harmonies of #B9324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9324C

Black with #B9324C

Text Example


Text Example

White with #B9324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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