Html Css Color HEX #B82246 Old Rose

📋 copy color: '#B82246'

red 184 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #B82246

Tints of Old Rose #B82246

RGB

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

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

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

R = 63.89%
G = 11.81%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B82246 (or 0xB82246) is known color: Old Rose. HEX triplet: B8, 22 and 46. RGB value is (184,34,70). Sum of RGB (Red+Green+Blue) = 184+34+70=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82246 is #47DDB9. Grayscale: #525252. Windows color (decimal): -4709818 or 4596408. OLE color: 4596408.

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

Color convert

RGB 184 34 70 -
CMYK 0 0.82 0.62 0.28
HSL 345.6º 0.69% 0.43% -
HSV(B) 345.6º 0.82% 0.72% -
XYZ 21.44 11.78 6.94 -
YUV 82.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 184 34 70 0 0.82 0.62 0.28 345.6 0.69 0.43
Hex B8 22 46 0 52 3E 1C 15A 45 2B
Octal 270 42 106 0 122 76 34 532 105 53
Binary 10111000 100010 1000110 0 1010010 111110 11100 101011010 1000101 101011

Color Harmonies of #B82246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82246

Black with #B82246

Text Example


Text Example

White with #B82246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82246; }

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

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

background-color css

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

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

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

border-color css

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

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

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