Html Css Color HEX #B82E5D Old Rose

📋 copy color: '#B82E5D'

red 184 ◦ green 46 ◦ blue 93

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

Shades of Old Rose #B82E5D

Tints of Old Rose #B82E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 56.97%
G = 14.24%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B82E5D (or 0xB82E5D) is known color: Old Rose. HEX triplet: B8, 2E and 5D. RGB value is (184,46,93). Sum of RGB (Red+Green+Blue) = 184+46+93=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E5D is #47D1A2. Grayscale: #5C5C5C. Windows color (decimal): -4706723 or 6106808. OLE color: 6106808.

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

Color convert

RGB 184 46 93 -
CMYK 0 0.75 0.49 0.28
HSL 339.57º 0.6% 0.45% -
HSV(B) 339.57º 0.75% 0.72% -
XYZ 22.72 12.93 11.66 -
YUV 92.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 184 46 93 0 0.75 0.49 0.28 339.57 0.6 0.45
Hex B8 2E 5D 0 4B 31 1C 154 3C 2D
Octal 270 56 135 0 113 61 34 524 74 55
Binary 10111000 101110 1011101 0 1001011 110001 11100 101010100 111100 101101

Color Harmonies of #B82E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E5D

Black with #B82E5D

Text Example


Text Example

White with #B82E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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