Html Css Color HEX #B82554 Old Rose

📋 copy color: '#B82554'

red 184 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #B82554

Tints of Old Rose #B82554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 60.33%
G = 12.13%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B82554 (or 0xB82554) is known color: Old Rose. HEX triplet: B8, 25 and 54. RGB value is (184,37,84). Sum of RGB (Red+Green+Blue) = 184+37+84=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B82554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82554 is #47DAAB. Grayscale: #565656. Windows color (decimal): -4709036 or 5514680. OLE color: 5514680.

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

Color convert

RGB 184 37 84 -
CMYK 0 0.80 0.54 0.28
HSL 340.82º 0.67% 0.43% -
HSV(B) 340.82º 0.8% 0.72% -
XYZ 22.03 12.15 9.57 -
YUV 86.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 184 37 84 0 0.80 0.54 0.28 340.82 0.67 0.43
Hex B8 25 54 0 50 36 1C 155 43 2B
Octal 270 45 124 0 120 66 34 525 103 53
Binary 10111000 100101 1010100 0 1010000 110110 11100 101010101 1000011 101011

Color Harmonies of #B82554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82554

Black with #B82554

Text Example


Text Example

White with #B82554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82554; }

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

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

background-color css

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

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

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

border-color css

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

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

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