Html Css Color HEX #B82454 Old Rose

📋 copy color: '#B82454'

red 184 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #B82454

Tints of Old Rose #B82454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 60.53%
G = 11.84%
B = 27.63%

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

#B82454 (or 0xB82454) is known color: Old Rose. HEX triplet: B8, 24 and 54. RGB value is (184,36,84). Sum of RGB (Red+Green+Blue) = 184+36+84=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82454 is #47DBAB. Grayscale: #555555. Windows color (decimal): -4709292 or 5514424. OLE color: 5514424.

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

Color convert

RGB 184 36 84 -
CMYK 0 0.80 0.54 0.28
HSL 340.54º 0.67% 0.43% -
HSV(B) 340.54º 0.8% 0.72% -
XYZ 22 12.09 9.56 -
YUV 85.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 184 36 84 0 0.80 0.54 0.28 340.54 0.67 0.43
Hex B8 24 54 0 50 36 1C 155 43 2B
Octal 270 44 124 0 120 66 34 525 103 53
Binary 10111000 100100 1010100 0 1010000 110110 11100 101010101 1000011 101011

Color Harmonies of #B82454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82454

Black with #B82454

Text Example


Text Example

White with #B82454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82454; }

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

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

background-color css

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

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

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

border-color css

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

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

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