Html Css Color HEX #B84249 Old Rose

📋 copy color: '#B84249'

red 184 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #B84249

Tints of Old Rose #B84249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 56.97%
G = 20.43%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B84249 (or 0xB84249) is known color: Old Rose. HEX triplet: B8, 42 and 49. RGB value is (184,66,73). Sum of RGB (Red+Green+Blue) = 184+66+73=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B84249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84249 is #47BDB6. Grayscale: #666666. Windows color (decimal): -4701623 or 4801208. OLE color: 4801208.

HSL color Cylindrical-coordinate representation of color #B84249: hue angle of 356.44º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84249 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 73 -
CMYK 0 0.64 0.60 0.28
HSL 356.44º 0.47% 0.49% -
HSV(B) 356.44º 0.64% 0.72% -
XYZ 22.92 14.57 7.91 -
YUV 102.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 184 66 73 0 0.64 0.60 0.28 356.44 0.47 0.49
Hex B8 42 49 0 40 3C 1C 164 2F 31
Octal 270 102 111 0 100 74 34 544 57 61
Binary 10111000 1000010 1001001 0 1000000 111100 11100 101100100 101111 110001

Color Harmonies of #B84249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84249

Black with #B84249

Text Example


Text Example

White with #B84249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84249; }

 p { color: rgb(184,66,73); }

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

background-color css

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

 a { background-color: rgb(184,66,73); }

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

border-color css

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

 span { border-color: rgb(184,66,73); }

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