Html Css Color HEX #B82E4C Old Rose

📋 copy color: '#B82E4C'

red 184 ◦ green 46 ◦ blue 76

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

Shades of Old Rose #B82E4C

Tints of Old Rose #B82E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 60.13%
G = 15.03%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B82E4C (or 0xB82E4C) is known color: Old Rose. HEX triplet: B8, 2E and 4C. RGB value is (184,46,76). Sum of RGB (Red+Green+Blue) = 184+46+76=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E4C is #47D1B3. Grayscale: #5A5A5A. Windows color (decimal): -4706740 or 4992696. OLE color: 4992696.

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

Color convert

RGB 184 46 76 -
CMYK 0 0.75 0.59 0.28
HSL 346.96º 0.6% 0.45% -
HSV(B) 346.96º 0.75% 0.72% -
XYZ 22.05 12.67 8.12 -
YUV 90.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 184 46 76 0 0.75 0.59 0.28 346.96 0.6 0.45
Hex B8 2E 4C 0 4B 3B 1C 15B 3C 2D
Octal 270 56 114 0 113 73 34 533 74 55
Binary 10111000 101110 1001100 0 1001011 111011 11100 101011011 111100 101101

Color Harmonies of #B82E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E4C

Black with #B82E4C

Text Example


Text Example

White with #B82E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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