Html Css Color HEX #B53856 Old Rose

📋 copy color: '#B53856'

red 181 ◦ green 56 ◦ blue 86

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

Shades of Old Rose #B53856

Tints of Old Rose #B53856

RGB

 RED value IS 181 (71.09% from 255) = 56.04%

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 56.04%
G = 17.34%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B53856 (or 0xB53856) is known color: Old Rose. HEX triplet: B5, 38 and 56. RGB value is (181,56,86). Sum of RGB (Red+Green+Blue) = 181+56+86=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B53856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53856 is #4AC7A9. Grayscale: #606060. Windows color (decimal): -4900778 or 5650613. OLE color: 5650613.

HSL color Cylindrical-coordinate representation of color #B53856: hue angle of 345.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53856 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 86 -
CMYK 0 0.69 0.52 0.29
HSL 345.6º 0.53% 0.46% -
HSV(B) 345.6º 0.69% 0.71% -
XYZ 22.15 13.32 10.21 -
YUV 96.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 181 56 86 0 0.69 0.52 0.29 345.6 0.53 0.46
Hex B5 38 56 0 45 34 1D 15A 35 2E
Octal 265 70 126 0 105 64 35 532 65 56
Binary 10110101 111000 1010110 0 1000101 110100 11101 101011010 110101 101110

Color Harmonies of #B53856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53856

Black with #B53856

Text Example


Text Example

White with #B53856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53856; }

 p { color: rgb(181,56,86); }

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

background-color css

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

 a { background-color: rgb(181,56,86); }

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

border-color css

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

 span { border-color: rgb(181,56,86); }

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