Html Css Color HEX #B82845 Old Rose

📋 copy color: '#B82845'

red 184 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #B82845

Tints of Old Rose #B82845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 62.8%
G = 13.65%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B82845 (or 0xB82845) is known color: Old Rose. HEX triplet: B8, 28 and 45. RGB value is (184,40,69). Sum of RGB (Red+Green+Blue) = 184+40+69=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B82845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82845 is #47D7BA. Grayscale: #565656. Windows color (decimal): -4708283 or 4532408. OLE color: 4532408.

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

Color convert

RGB 184 40 69 -
CMYK 0 0.78 0.62 0.28
HSL 347.92º 0.64% 0.44% -
HSV(B) 347.92º 0.78% 0.72% -
XYZ 21.6 12.14 6.83 -
YUV 86.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 184 40 69 0 0.78 0.62 0.28 347.92 0.64 0.44
Hex B8 28 45 0 4E 3E 1C 15C 40 2C
Octal 270 50 105 0 116 76 34 534 100 54
Binary 10111000 101000 1000101 0 1001110 111110 11100 101011100 1000000 101100

Color Harmonies of #B82845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82845

Black with #B82845

Text Example


Text Example

White with #B82845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82845; }

 p { color: rgb(184,40,69); }

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

background-color css

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

 a { background-color: rgb(184,40,69); }

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

border-color css

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

 span { border-color: rgb(184,40,69); }

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