Html Css Color HEX #B82955 Old Rose

📋 copy color: '#B82955'

red 184 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #B82955

Tints of Old Rose #B82955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 59.35%
G = 13.23%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B82955 (or 0xB82955) is known color: Old Rose. HEX triplet: B8, 29 and 55. RGB value is (184,41,85). Sum of RGB (Red+Green+Blue) = 184+41+85=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B82955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82955 is #47D6AA. Grayscale: #585858. Windows color (decimal): -4708011 or 5581240. OLE color: 5581240.

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

Color convert

RGB 184 41 85 -
CMYK 0 0.78 0.54 0.28
HSL 341.54º 0.64% 0.44% -
HSV(B) 341.54º 0.78% 0.72% -
XYZ 22.2 12.43 9.82 -
YUV 88.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 184 41 85 0 0.78 0.54 0.28 341.54 0.64 0.44
Hex B8 29 55 0 4E 36 1C 156 40 2C
Octal 270 51 125 0 116 66 34 526 100 54
Binary 10111000 101001 1010101 0 1001110 110110 11100 101010110 1000000 101100

Color Harmonies of #B82955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82955

Black with #B82955

Text Example


Text Example

White with #B82955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82955; }

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

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

background-color css

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

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

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

border-color css

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

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

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