Html Css Color HEX #B53259 Old Rose

📋 copy color: '#B53259'

red 181 ◦ green 50 ◦ blue 89

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

Shades of Old Rose #B53259

Tints of Old Rose #B53259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 89 (35.16% from 255) = 27.81%

R = 56.56%
G = 15.63%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B53259 (or 0xB53259) is known color: Old Rose. HEX triplet: B5, 32 and 59. RGB value is (181,50,89). Sum of RGB (Red+Green+Blue) = 181+50+89=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53259 is #4ACDA6. Grayscale: #5D5D5D. Windows color (decimal): -4902311 or 5845685. OLE color: 5845685.

HSL color Cylindrical-coordinate representation of color #B53259: hue angle of 342.14º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53259 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 89 -
CMYK 0 0.72 0.51 0.29
HSL 342.14º 0.57% 0.45% -
HSV(B) 342.14º 0.72% 0.71% -
XYZ 22 12.83 10.77 -
YUV 93.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 181 50 89 0 0.72 0.51 0.29 342.14 0.57 0.45
Hex B5 32 59 0 48 33 1D 156 39 2D
Octal 265 62 131 0 110 63 35 526 71 55
Binary 10110101 110010 1011001 0 1001000 110011 11101 101010110 111001 101101

Color Harmonies of #B53259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53259

Black with #B53259

Text Example


Text Example

White with #B53259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53259; }

 p { color: rgb(181,50,89); }

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

background-color css

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

 a { background-color: rgb(181,50,89); }

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

border-color css

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

 span { border-color: rgb(181,50,89); }

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