Html Css Color HEX #B53754 Old Rose

📋 copy color: '#B53754'

red 181 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #B53754

Tints of Old Rose #B53754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 56.56%
G = 17.19%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B53754 (or 0xB53754) is known color: Old Rose. HEX triplet: B5, 37 and 54. RGB value is (181,55,84). Sum of RGB (Red+Green+Blue) = 181+55+84=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53754 is #4AC8AB. Grayscale: #5F5F5F. Windows color (decimal): -4901036 or 5519285. OLE color: 5519285.

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

Color convert

RGB 181 55 84 -
CMYK 0 0.70 0.54 0.29
HSL 346.19º 0.53% 0.46% -
HSV(B) 346.19º 0.7% 0.71% -
XYZ 22.02 13.2 9.77 -
YUV 95.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 181 55 84 0 0.70 0.54 0.29 346.19 0.53 0.46
Hex B5 37 54 0 46 36 1D 15A 35 2E
Octal 265 67 124 0 106 66 35 532 65 56
Binary 10110101 110111 1010100 0 1000110 110110 11101 101011010 110101 101110

Color Harmonies of #B53754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53754

Black with #B53754

Text Example


Text Example

White with #B53754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53754; }

 p { color: rgb(181,55,84); }

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

background-color css

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

 a { background-color: rgb(181,55,84); }

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

border-color css

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

 span { border-color: rgb(181,55,84); }

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