Html Css Color HEX #B53858 Old Rose

📋 copy color: '#B53858'

red 181 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #B53858

Tints of Old Rose #B53858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 55.69%
G = 17.23%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53858 (or 0xB53858) is known color: Old Rose. HEX triplet: B5, 38 and 58. RGB value is (181,56,88). Sum of RGB (Red+Green+Blue) = 181+56+88=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B53858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53858 is #4AC7A7. Grayscale: #616161. Windows color (decimal): -4900776 or 5781685. OLE color: 5781685.

HSL color Cylindrical-coordinate representation of color #B53858: hue angle of 344.64º 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 #B53858 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 88 -
CMYK 0 0.69 0.51 0.29
HSL 344.64º 0.53% 0.46% -
HSV(B) 344.64º 0.69% 0.71% -
XYZ 22.23 13.36 10.64 -
YUV 97.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 181 56 88 0 0.69 0.51 0.29 344.64 0.53 0.46
Hex B5 38 58 0 45 33 1D 159 35 2E
Octal 265 70 130 0 105 63 35 531 65 56
Binary 10110101 111000 1011000 0 1000101 110011 11101 101011001 110101 101110

Color Harmonies of #B53858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53858

Black with #B53858

Text Example


Text Example

White with #B53858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53858; }

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

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

background-color css

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

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

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

border-color css

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

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

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