Html Css Color HEX #B83756 Old Rose

📋 copy color: '#B83756'

red 184 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #B83756

Tints of Old Rose #B83756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 56.62%
G = 16.92%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B83756 (or 0xB83756) is known color: Old Rose. HEX triplet: B8, 37 and 56. RGB value is (184,55,86). Sum of RGB (Red+Green+Blue) = 184+55+86=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B83756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83756 is #47C8A9. Grayscale: #616161. Windows color (decimal): -4704426 or 5650360. OLE color: 5650360.

HSL color Cylindrical-coordinate representation of color #B83756: hue angle of 345.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83756 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 86 -
CMYK 0 0.70 0.53 0.28
HSL 345.58º 0.54% 0.47% -
HSV(B) 345.58º 0.7% 0.72% -
XYZ 22.81 13.59 10.23 -
YUV 97.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 184 55 86 0 0.70 0.53 0.28 345.58 0.54 0.47
Hex B8 37 56 0 46 35 1C 15A 36 2F
Octal 270 67 126 0 106 65 34 532 66 57
Binary 10111000 110111 1010110 0 1000110 110101 11100 101011010 110110 101111

Color Harmonies of #B83756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83756

Black with #B83756

Text Example


Text Example

White with #B83756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83756; }

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

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

background-color css

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

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

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

border-color css

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

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

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