Html Css Color HEX #B8324A Old Rose

📋 copy color: '#B8324A'

red 184 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #B8324A

Tints of Old Rose #B8324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 59.74%
G = 16.23%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8324A (or 0xB8324A) is known color: Old Rose. HEX triplet: B8, 32 and 4A. RGB value is (184,50,74). Sum of RGB (Red+Green+Blue) = 184+50+74=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8324A is #47CDB5. Grayscale: #5C5C5C. Windows color (decimal): -4705718 or 4862648. OLE color: 4862648.

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

Color convert

RGB 184 50 74 -
CMYK 0 0.73 0.60 0.28
HSL 349.25º 0.57% 0.46% -
HSV(B) 349.25º 0.73% 0.72% -
XYZ 22.14 12.97 7.81 -
YUV 92.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 184 50 74 0 0.73 0.60 0.28 349.25 0.57 0.46
Hex B8 32 4A 0 49 3C 1C 15D 39 2E
Octal 270 62 112 0 111 74 34 535 71 56
Binary 10111000 110010 1001010 0 1001001 111100 11100 101011101 111001 101110

Color Harmonies of #B8324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8324A

Black with #B8324A

Text Example


Text Example

White with #B8324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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