Html Css Color HEX #B82756 Old Rose

📋 copy color: '#B82756'

red 184 ◦ green 39 ◦ blue 86

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

Shades of Old Rose #B82756

Tints of Old Rose #B82756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 59.55%
G = 12.62%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B82756 (or 0xB82756) is known color: Old Rose. HEX triplet: B8, 27 and 56. RGB value is (184,39,86). Sum of RGB (Red+Green+Blue) = 184+39+86=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B82756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82756 is #47D8A9. Grayscale: #575757. Windows color (decimal): -4708522 or 5646264. OLE color: 5646264.

HSL color Cylindrical-coordinate representation of color #B82756: hue angle of 340.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82756 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 86 -
CMYK 0 0.79 0.53 0.28
HSL 340.55º 0.65% 0.44% -
HSV(B) 340.55º 0.79% 0.72% -
XYZ 22.17 12.31 10.01 -
YUV 87.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 184 39 86 0 0.79 0.53 0.28 340.55 0.65 0.44
Hex B8 27 56 0 4F 35 1C 155 41 2C
Octal 270 47 126 0 117 65 34 525 101 54
Binary 10111000 100111 1010110 0 1001111 110101 11100 101010101 1000001 101100

Color Harmonies of #B82756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82756

Black with #B82756

Text Example


Text Example

White with #B82756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82756; }

 p { color: rgb(184,39,86); }

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

background-color css

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

 a { background-color: rgb(184,39,86); }

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

border-color css

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

 span { border-color: rgb(184,39,86); }

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