Html Css Color HEX #B82949 Old Rose

📋 copy color: '#B82949'

red 184 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #B82949

Tints of Old Rose #B82949

RGB

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

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

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

R = 61.74%
G = 13.76%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B82949 (or 0xB82949) is known color: Old Rose. HEX triplet: B8, 29 and 49. RGB value is (184,41,73). Sum of RGB (Red+Green+Blue) = 184+41+73=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B82949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82949 is #47D6B6. Grayscale: #575757. Windows color (decimal): -4708023 or 4794808. OLE color: 4794808.

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

Color convert

RGB 184 41 73 -
CMYK 0 0.78 0.60 0.28
HSL 346.57º 0.64% 0.44% -
HSV(B) 346.57º 0.78% 0.72% -
XYZ 21.76 12.26 7.52 -
YUV 87.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 184 41 73 0 0.78 0.60 0.28 346.57 0.64 0.44
Hex B8 29 49 0 4E 3C 1C 15B 40 2C
Octal 270 51 111 0 116 74 34 533 100 54
Binary 10111000 101001 1001001 0 1001110 111100 11100 101011011 1000000 101100

Color Harmonies of #B82949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82949

Black with #B82949

Text Example


Text Example

White with #B82949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82949; }

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

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

background-color css

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

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

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

border-color css

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

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

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