Html Css Color HEX #B8324C Old Rose

📋 copy color: '#B8324C'

red 184 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #B8324C

Tints of Old Rose #B8324C

RGB

 RED value IS 184 (72.27% from 255) = 59.35%

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

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

R = 59.35%
G = 16.13%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8324C (or 0xB8324C) is known color: Old Rose. HEX triplet: B8, 32 and 4C. RGB value is (184,50,76). Sum of RGB (Red+Green+Blue) = 184+50+76=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8324C is #47CDB3. Grayscale: #5D5D5D. Windows color (decimal): -4705716 or 4993720. OLE color: 4993720.

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

Color convert

RGB 184 50 76 -
CMYK 0 0.73 0.59 0.28
HSL 348.36º 0.57% 0.46% -
HSV(B) 348.36º 0.73% 0.72% -
XYZ 22.21 12.99 8.17 -
YUV 93.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 184 50 76 0 0.73 0.59 0.28 348.36 0.57 0.46
Hex B8 32 4C 0 49 3B 1C 15C 39 2E
Octal 270 62 114 0 111 73 34 534 71 56
Binary 10111000 110010 1001100 0 1001001 111011 11100 101011100 111001 101110

Color Harmonies of #B8324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8324C

Black with #B8324C

Text Example


Text Example

White with #B8324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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