Html Css Color HEX #B82947 Old Rose

📋 copy color: '#B82947'

red 184 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #B82947

Tints of Old Rose #B82947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 62.16%
G = 13.85%
B = 23.99%

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

#B82947 (or 0xB82947) is known color: Old Rose. HEX triplet: B8, 29 and 47. RGB value is (184,41,71). Sum of RGB (Red+Green+Blue) = 184+41+71=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B82947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82947 is #47D6B8. Grayscale: #575757. Windows color (decimal): -4708025 or 4663736. OLE color: 4663736.

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

Color convert

RGB 184 41 71 -
CMYK 0 0.78 0.61 0.28
HSL 347.41º 0.64% 0.44% -
HSV(B) 347.41º 0.78% 0.72% -
XYZ 21.7 12.23 7.18 -
YUV 87.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 184 41 71 0 0.78 0.61 0.28 347.41 0.64 0.44
Hex B8 29 47 0 4E 3D 1C 15B 40 2C
Octal 270 51 107 0 116 75 34 533 100 54
Binary 10111000 101001 1000111 0 1001110 111101 11100 101011011 1000000 101100

Color Harmonies of #B82947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82947

Black with #B82947

Text Example


Text Example

White with #B82947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82947; }

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

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

background-color css

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

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

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

border-color css

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

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

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