Html Css Color HEX #B82D4B Old Rose

📋 copy color: '#B82D4B'

red 184 ◦ green 45 ◦ blue 75

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

Shades of Old Rose #B82D4B

Tints of Old Rose #B82D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 60.53%
G = 14.8%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B82D4B (or 0xB82D4B) is known color: Old Rose. HEX triplet: B8, 2D and 4B. RGB value is (184,45,75). Sum of RGB (Red+Green+Blue) = 184+45+75=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D4B is #47D2B4. Grayscale: #5A5A5A. Windows color (decimal): -4706997 or 4926904. OLE color: 4926904.

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

Color convert

RGB 184 45 75 -
CMYK 0 0.76 0.59 0.28
HSL 347.05º 0.61% 0.45% -
HSV(B) 347.05º 0.76% 0.72% -
XYZ 21.98 12.58 7.93 -
YUV 89.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 184 45 75 0 0.76 0.59 0.28 347.05 0.61 0.45
Hex B8 2D 4B 0 4C 3B 1C 15B 3D 2D
Octal 270 55 113 0 114 73 34 533 75 55
Binary 10111000 101101 1001011 0 1001100 111011 11100 101011011 111101 101101

Color Harmonies of #B82D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D4B

Black with #B82D4B

Text Example


Text Example

White with #B82D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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