Html Css Color HEX #B82E4D Old Rose

📋 copy color: '#B82E4D'

red 184 ◦ green 46 ◦ blue 77

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

Shades of Old Rose #B82E4D

Tints of Old Rose #B82E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 59.93%
G = 14.98%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B82E4D (or 0xB82E4D) is known color: Old Rose. HEX triplet: B8, 2E and 4D. RGB value is (184,46,77). Sum of RGB (Red+Green+Blue) = 184+46+77=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E4D is #47D1B2. Grayscale: #5A5A5A. Windows color (decimal): -4706739 or 5058232. OLE color: 5058232.

HSL color Cylindrical-coordinate representation of color #B82E4D: hue angle of 346.52º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E4D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 77 -
CMYK 0 0.75 0.58 0.28
HSL 346.52º 0.6% 0.45% -
HSV(B) 346.52º 0.75% 0.72% -
XYZ 22.08 12.68 8.3 -
YUV 90.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 184 46 77 0 0.75 0.58 0.28 346.52 0.6 0.45
Hex B8 2E 4D 0 4B 3A 1C 15B 3C 2D
Octal 270 56 115 0 113 72 34 533 74 55
Binary 10111000 101110 1001101 0 1001011 111010 11100 101011011 111100 101101

Color Harmonies of #B82E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E4D

Black with #B82E4D

Text Example


Text Example

White with #B82E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E4D; }

 p { color: rgb(184,46,77); }

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

background-color css

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

 a { background-color: rgb(184,46,77); }

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

border-color css

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

 span { border-color: rgb(184,46,77); }

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