Html Css Color HEX #B5326E Rouge

📋 copy color: '#B5326E'

red 181 ◦ green 50 ◦ blue 110

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

Shades of Rouge #B5326E

Tints of Rouge #B5326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 53.08%
G = 14.66%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5326E (or 0xB5326E) is known color: Rouge. HEX triplet: B5, 32 and 6E. RGB value is (181,50,110). Sum of RGB (Red+Green+Blue) = 181+50+110=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5326E is #4ACD91. Grayscale: #5F5F5F. Windows color (decimal): -4902290 or 7221941. OLE color: 7221941.

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

Color convert

RGB 181 50 110 -
CMYK 0 0.72 0.39 0.29
HSL 332.52º 0.57% 0.45% -
HSV(B) 332.52º 0.72% 0.71% -
XYZ 23.01 13.23 16.09 -
YUV 96.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 181 50 110 0 0.72 0.39 0.29 332.52 0.57 0.45
Hex B5 32 6E 0 48 27 1D 14D 39 2D
Octal 265 62 156 0 110 47 35 515 71 55
Binary 10110101 110010 1101110 0 1001000 100111 11101 101001101 111001 101101

Color Harmonies of #B5326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5326E

Black with #B5326E

Text Example


Text Example

White with #B5326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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