Html Css Color HEX #B5326A Rouge

📋 copy color: '#B5326A'

red 181 ◦ green 50 ◦ blue 106

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

Shades of Rouge #B5326A

Tints of Rouge #B5326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 53.71%
G = 14.84%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5326A (or 0xB5326A) is known color: Rouge. HEX triplet: B5, 32 and 6A. RGB value is (181,50,106). Sum of RGB (Red+Green+Blue) = 181+50+106=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5326A is #4ACD95. Grayscale: #5F5F5F. Windows color (decimal): -4902294 or 6959797. OLE color: 6959797.

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

Color convert

RGB 181 50 106 -
CMYK 0 0.72 0.41 0.29
HSL 334.35º 0.57% 0.45% -
HSV(B) 334.35º 0.72% 0.71% -
XYZ 22.8 13.15 14.97 -
YUV 95.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 181 50 106 0 0.72 0.41 0.29 334.35 0.57 0.45
Hex B5 32 6A 0 48 29 1D 14E 39 2D
Octal 265 62 152 0 110 51 35 516 71 55
Binary 10110101 110010 1101010 0 1001000 101001 11101 101001110 111001 101101

Color Harmonies of #B5326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5326A

Black with #B5326A

Text Example


Text Example

White with #B5326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5326A; }

 p { color: rgb(181,50,106); }

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

background-color css

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

 a { background-color: rgb(181,50,106); }

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

border-color css

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

 span { border-color: rgb(181,50,106); }

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