Html Css Color HEX #B8214E Old Rose

📋 copy color: '#B8214E'

red 184 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #B8214E

Tints of Old Rose #B8214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 62.37%
G = 11.19%
B = 26.44%

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

#B8214E (or 0xB8214E) is known color: Old Rose. HEX triplet: B8, 21 and 4E. RGB value is (184,33,78). Sum of RGB (Red+Green+Blue) = 184+33+78=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8214E is #47DEB1. Grayscale: #535353. Windows color (decimal): -4710066 or 5120440. OLE color: 5120440.

HSL color Cylindrical-coordinate representation of color #B8214E: hue angle of 342.12º degrees, saturation: 0.7, 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 #B8214E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 78 -
CMYK 0 0.82 0.58 0.28
HSL 342.12º 0.7% 0.43% -
HSV(B) 342.12º 0.82% 0.72% -
XYZ 21.69 11.83 8.35 -
YUV 83.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 184 33 78 0 0.82 0.58 0.28 342.12 0.7 0.43
Hex B8 21 4E 0 52 3A 1C 156 46 2B
Octal 270 41 116 0 122 72 34 526 106 53
Binary 10111000 100001 1001110 0 1010010 111010 11100 101010110 1000110 101011

Color Harmonies of #B8214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8214E

Black with #B8214E

Text Example


Text Example

White with #B8214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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