Html Css Color HEX #B5335A Old Rose

📋 copy color: '#B5335A'

red 181 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #B5335A

Tints of Old Rose #B5335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 56.21%
G = 15.84%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5335A (or 0xB5335A) is known color: Old Rose. HEX triplet: B5, 33 and 5A. RGB value is (181,51,90). Sum of RGB (Red+Green+Blue) = 181+51+90=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335A is #4ACCA5. Grayscale: #5E5E5E. Windows color (decimal): -4902054 or 5911477. OLE color: 5911477.

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

Color convert

RGB 181 51 90 -
CMYK 0 0.72 0.50 0.29
HSL 342º 0.56% 0.45% -
HSV(B) 342º 0.72% 0.71% -
XYZ 22.09 12.93 11 -
YUV 94.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 181 51 90 0 0.72 0.50 0.29 342 0.56 0.45
Hex B5 33 5A 0 48 32 1D 156 38 2D
Octal 265 63 132 0 110 62 35 526 70 55
Binary 10110101 110011 1011010 0 1001000 110010 11101 101010110 111000 101101

Color Harmonies of #B5335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5335A

Black with #B5335A

Text Example


Text Example

White with #B5335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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