Html Css Color HEX #B5334E Old Rose

📋 copy color: '#B5334E'

red 181 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #B5334E

Tints of Old Rose #B5334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 58.39%
G = 16.45%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5334E (or 0xB5334E) is known color: Old Rose. HEX triplet: B5, 33 and 4E. RGB value is (181,51,78). Sum of RGB (Red+Green+Blue) = 181+51+78=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5334E is #4ACCB1. Grayscale: #5C5C5C. Windows color (decimal): -4902066 or 5125045. OLE color: 5125045.

HSL color Cylindrical-coordinate representation of color #B5334E: hue angle of 347.54º degrees, saturation: 0.56, 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 #B5334E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 78 -
CMYK 0 0.72 0.57 0.29
HSL 347.54º 0.56% 0.45% -
HSV(B) 347.54º 0.72% 0.71% -
XYZ 21.62 12.74 8.53 -
YUV 92.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 181 51 78 0 0.72 0.57 0.29 347.54 0.56 0.45
Hex B5 33 4E 0 48 39 1D 15C 38 2D
Octal 265 63 116 0 110 71 35 534 70 55
Binary 10110101 110011 1001110 0 1001000 111001 11101 101011100 111000 101101

Color Harmonies of #B5334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5334E

Black with #B5334E

Text Example


Text Example

White with #B5334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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