Html Css Color HEX #B82D4A Old Rose

📋 copy color: '#B82D4A'

red 184 ◦ green 45 ◦ blue 74

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

Shades of Old Rose #B82D4A

Tints of Old Rose #B82D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 60.73%
G = 14.85%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B82D4A (or 0xB82D4A) is known color: Old Rose. HEX triplet: B8, 2D and 4A. RGB value is (184,45,74). Sum of RGB (Red+Green+Blue) = 184+45+74=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D4A is #47D2B5. Grayscale: #595959. Windows color (decimal): -4706998 or 4861368. OLE color: 4861368.

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

Color convert

RGB 184 45 74 -
CMYK 0 0.76 0.60 0.28
HSL 347.48º 0.61% 0.45% -
HSV(B) 347.48º 0.76% 0.72% -
XYZ 21.94 12.56 7.75 -
YUV 89.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 184 45 74 0 0.76 0.60 0.28 347.48 0.61 0.45
Hex B8 2D 4A 0 4C 3C 1C 15B 3D 2D
Octal 270 55 112 0 114 74 34 533 75 55
Binary 10111000 101101 1001010 0 1001100 111100 11100 101011011 111101 101101

Color Harmonies of #B82D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D4A

Black with #B82D4A

Text Example


Text Example

White with #B82D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D4A; }

 p { color: rgb(184,45,74); }

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

background-color css

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

 a { background-color: rgb(184,45,74); }

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

border-color css

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

 span { border-color: rgb(184,45,74); }

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