Html Css Color HEX #B82B4D Old Rose

📋 copy color: '#B82B4D'

red 184 ◦ green 43 ◦ blue 77

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

Shades of Old Rose #B82B4D

Tints of Old Rose #B82B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

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

R = 60.53%
G = 14.14%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B82B4D (or 0xB82B4D) is known color: Old Rose. HEX triplet: B8, 2B and 4D. RGB value is (184,43,77). Sum of RGB (Red+Green+Blue) = 184+43+77=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B4D is #47D4B2. Grayscale: #595959. Windows color (decimal): -4707507 or 5057464. OLE color: 5057464.

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

Color convert

RGB 184 43 77 -
CMYK 0 0.77 0.58 0.28
HSL 345.53º 0.62% 0.45% -
HSV(B) 345.53º 0.77% 0.72% -
XYZ 21.97 12.45 8.27 -
YUV 89.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 184 43 77 0 0.77 0.58 0.28 345.53 0.62 0.45
Hex B8 2B 4D 0 4D 3A 1C 15A 3E 2D
Octal 270 53 115 0 115 72 34 532 76 55
Binary 10111000 101011 1001101 0 1001101 111010 11100 101011010 111110 101101

Color Harmonies of #B82B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B4D

Black with #B82B4D

Text Example


Text Example

White with #B82B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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