Html Css Color HEX #B5334A Old Rose

📋 copy color: '#B5334A'

red 181 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #B5334A

Tints of Old Rose #B5334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 59.15%
G = 16.67%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5334A (or 0xB5334A) is known color: Old Rose. HEX triplet: B5, 33 and 4A. RGB value is (181,51,74). Sum of RGB (Red+Green+Blue) = 181+51+74=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5334A is #4ACCB5. Grayscale: #5C5C5C. Windows color (decimal): -4902070 or 4862901. OLE color: 4862901.

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

Color convert

RGB 181 51 74 -
CMYK 0 0.72 0.59 0.29
HSL 349.38º 0.56% 0.45% -
HSV(B) 349.38º 0.72% 0.71% -
XYZ 21.48 12.69 7.8 -
YUV 92.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 181 51 74 0 0.72 0.59 0.29 349.38 0.56 0.45
Hex B5 33 4A 0 48 3B 1D 15D 38 2D
Octal 265 63 112 0 110 73 35 535 70 55
Binary 10110101 110011 1001010 0 1001000 111011 11101 101011101 111000 101101

Color Harmonies of #B5334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5334A

Black with #B5334A

Text Example


Text Example

White with #B5334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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