Html Css Color HEX #B8224E Old Rose

📋 copy color: '#B8224E'

red 184 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #B8224E

Tints of Old Rose #B8224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 62.16%
G = 11.49%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8224E (or 0xB8224E) is known color: Old Rose. HEX triplet: B8, 22 and 4E. RGB value is (184,34,78). Sum of RGB (Red+Green+Blue) = 184+34+78=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8224E is #47DDB1. Grayscale: #535353. Windows color (decimal): -4709810 or 5120696. OLE color: 5120696.

HSL color Cylindrical-coordinate representation of color #B8224E: hue angle of 342.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8224E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 78 -
CMYK 0 0.82 0.58 0.28
HSL 342.4º 0.69% 0.43% -
HSV(B) 342.4º 0.82% 0.72% -
XYZ 21.71 11.88 8.36 -
YUV 83.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 184 34 78 0 0.82 0.58 0.28 342.4 0.69 0.43
Hex B8 22 4E 0 52 3A 1C 156 45 2B
Octal 270 42 116 0 122 72 34 526 105 53
Binary 10111000 100010 1001110 0 1010010 111010 11100 101010110 1000101 101011

Color Harmonies of #B8224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8224E

Black with #B8224E

Text Example


Text Example

White with #B8224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8224E; }

 p { color: rgb(184,34,78); }

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

background-color css

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

 a { background-color: rgb(184,34,78); }

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

border-color css

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

 span { border-color: rgb(184,34,78); }

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