Html Css Color HEX #B82C49 Old Rose

📋 copy color: '#B82C49'

red 184 ◦ green 44 ◦ blue 73

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

Shades of Old Rose #B82C49

Tints of Old Rose #B82C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 61.13%
G = 14.62%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B82C49 (or 0xB82C49) is known color: Old Rose. HEX triplet: B8, 2C and 49. RGB value is (184,44,73). Sum of RGB (Red+Green+Blue) = 184+44+73=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C49 is #47D3B6. Grayscale: #595959. Windows color (decimal): -4707255 or 4795576. OLE color: 4795576.

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

Color convert

RGB 184 44 73 -
CMYK 0 0.76 0.60 0.28
HSL 347.57º 0.61% 0.45% -
HSV(B) 347.57º 0.76% 0.72% -
XYZ 21.87 12.47 7.56 -
YUV 89.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 184 44 73 0 0.76 0.60 0.28 347.57 0.61 0.45
Hex B8 2C 49 0 4C 3C 1C 15C 3D 2D
Octal 270 54 111 0 114 74 34 534 75 55
Binary 10111000 101100 1001001 0 1001100 111100 11100 101011100 111101 101101

Color Harmonies of #B82C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C49

Black with #B82C49

Text Example


Text Example

White with #B82C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C49; }

 p { color: rgb(184,44,73); }

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

background-color css

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

 a { background-color: rgb(184,44,73); }

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

border-color css

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

 span { border-color: rgb(184,44,73); }

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