Html Css Color HEX #B84446 Old Rose

📋 copy color: '#B84446'

red 184 ◦ green 68 ◦ blue 70

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

Shades of Old Rose #B84446

Tints of Old Rose #B84446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 57.14%
G = 21.12%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84446 (or 0xB84446) is known color: Old Rose. HEX triplet: B8, 44 and 46. RGB value is (184,68,70). Sum of RGB (Red+Green+Blue) = 184+68+70=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B84446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84446 is #47BBB9. Grayscale: #676767. Windows color (decimal): -4701114 or 4605112. OLE color: 4605112.

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

Color convert

RGB 184 68 70 -
CMYK 0 0.63 0.62 0.28
HSL 358.97º 0.46% 0.49% -
HSV(B) 358.97º 0.63% 0.72% -
XYZ 22.94 14.77 7.44 -
YUV 102.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 184 68 70 0 0.63 0.62 0.28 358.97 0.46 0.49
Hex B8 44 46 0 3F 3E 1C 167 2E 31
Octal 270 104 106 0 77 76 34 547 56 61
Binary 10111000 1000100 1000110 0 111111 111110 11100 101100111 101110 110001

Color Harmonies of #B84446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84446

Black with #B84446

Text Example


Text Example

White with #B84446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84446; }

 p { color: rgb(184,68,70); }

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

background-color css

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

 a { background-color: rgb(184,68,70); }

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

border-color css

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

 span { border-color: rgb(184,68,70); }

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