Html Css Color HEX #B5364C Old Rose

📋 copy color: '#B5364C'

red 181 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #B5364C

Tints of Old Rose #B5364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 58.2%
G = 17.36%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5364C (or 0xB5364C) is known color: Old Rose. HEX triplet: B5, 36 and 4C. RGB value is (181,54,76). Sum of RGB (Red+Green+Blue) = 181+54+76=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5364C is #4AC9B3. Grayscale: #5E5E5E. Windows color (decimal): -4901300 or 4994741. OLE color: 4994741.

HSL color Cylindrical-coordinate representation of color #B5364C: hue angle of 349.61º degrees, saturation: 0.54, 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 #B5364C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 76 -
CMYK 0 0.70 0.58 0.29
HSL 349.61º 0.54% 0.46% -
HSV(B) 349.61º 0.7% 0.71% -
XYZ 21.68 12.98 8.2 -
YUV 94.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 181 54 76 0 0.70 0.58 0.29 349.61 0.54 0.46
Hex B5 36 4C 0 46 3A 1D 15E 36 2E
Octal 265 66 114 0 106 72 35 536 66 56
Binary 10110101 110110 1001100 0 1000110 111010 11101 101011110 110110 101110

Color Harmonies of #B5364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5364C

Black with #B5364C

Text Example


Text Example

White with #B5364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5364C; }

 p { color: rgb(181,54,76); }

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

background-color css

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

 a { background-color: rgb(181,54,76); }

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

border-color css

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

 span { border-color: rgb(181,54,76); }

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