Html Css Color HEX #B82550 Old Rose

📋 copy color: '#B82550'

red 184 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #B82550

Tints of Old Rose #B82550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 61.13%
G = 12.29%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B82550 (or 0xB82550) is known color: Old Rose. HEX triplet: B8, 25 and 50. RGB value is (184,37,80). Sum of RGB (Red+Green+Blue) = 184+37+80=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B82550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82550 is #47DAAF. Grayscale: #555555. Windows color (decimal): -4709040 or 5252536. OLE color: 5252536.

HSL color Cylindrical-coordinate representation of color #B82550: hue angle of 342.45º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82550 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 80 -
CMYK 0 0.80 0.57 0.28
HSL 342.45º 0.67% 0.43% -
HSV(B) 342.45º 0.8% 0.72% -
XYZ 21.88 12.09 8.77 -
YUV 85.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 184 37 80 0 0.80 0.57 0.28 342.45 0.67 0.43
Hex B8 25 50 0 50 39 1C 156 43 2B
Octal 270 45 120 0 120 71 34 526 103 53
Binary 10111000 100101 1010000 0 1010000 111001 11100 101010110 1000011 101011

Color Harmonies of #B82550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82550

Black with #B82550

Text Example


Text Example

White with #B82550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82550; }

 p { color: rgb(184,37,80); }

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

background-color css

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

 a { background-color: rgb(184,37,80); }

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

border-color css

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

 span { border-color: rgb(184,37,80); }

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