Html Css Color HEX #B5354E Old Rose

📋 copy color: '#B5354E'

red 181 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #B5354E

Tints of Old Rose #B5354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 78 (30.86% from 255) = 25%

R = 58.01%
G = 16.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5354E (or 0xB5354E) is known color: Old Rose. HEX triplet: B5, 35 and 4E. RGB value is (181,53,78). Sum of RGB (Red+Green+Blue) = 181+53+78=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5354E is #4ACAB1. Grayscale: #5E5E5E. Windows color (decimal): -4901554 or 5125557. OLE color: 5125557.

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

Color convert

RGB 181 53 78 -
CMYK 0 0.71 0.57 0.29
HSL 348.28º 0.55% 0.46% -
HSV(B) 348.28º 0.71% 0.71% -
XYZ 21.7 12.92 8.56 -
YUV 94.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 181 53 78 0 0.71 0.57 0.29 348.28 0.55 0.46
Hex B5 35 4E 0 47 39 1D 15C 37 2E
Octal 265 65 116 0 107 71 35 534 67 56
Binary 10110101 110101 1001110 0 1000111 111001 11101 101011100 110111 101110

Color Harmonies of #B5354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5354E

Black with #B5354E

Text Example


Text Example

White with #B5354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5354E; }

 p { color: rgb(181,53,78); }

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

background-color css

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

 a { background-color: rgb(181,53,78); }

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

border-color css

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

 span { border-color: rgb(181,53,78); }

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