Html Css Color HEX #B82847 Old Rose

📋 copy color: '#B82847'

red 184 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #B82847

Tints of Old Rose #B82847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 62.37%
G = 13.56%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B82847 (or 0xB82847) is known color: Old Rose. HEX triplet: B8, 28 and 47. RGB value is (184,40,71). Sum of RGB (Red+Green+Blue) = 184+40+71=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B82847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82847 is #47D7B8. Grayscale: #565656. Windows color (decimal): -4708281 or 4663480. OLE color: 4663480.

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

Color convert

RGB 184 40 71 -
CMYK 0 0.78 0.61 0.28
HSL 347.08º 0.64% 0.44% -
HSV(B) 347.08º 0.78% 0.72% -
XYZ 21.66 12.16 7.17 -
YUV 86.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 184 40 71 0 0.78 0.61 0.28 347.08 0.64 0.44
Hex B8 28 47 0 4E 3D 1C 15B 40 2C
Octal 270 50 107 0 116 75 34 533 100 54
Binary 10111000 101000 1000111 0 1001110 111101 11100 101011011 1000000 101100

Color Harmonies of #B82847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82847

Black with #B82847

Text Example


Text Example

White with #B82847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82847; }

 p { color: rgb(184,40,71); }

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

background-color css

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

 a { background-color: rgb(184,40,71); }

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

border-color css

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

 span { border-color: rgb(184,40,71); }

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