Html Css Color HEX #B4326E Rouge

📋 copy color: '#B4326E'

red 180 ◦ green 50 ◦ blue 110

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

Shades of Rouge #B4326E

Tints of Rouge #B4326E

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

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

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

R = 52.94%
G = 14.71%
B = 32.35%

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

#B4326E (or 0xB4326E) is known color: Rouge. HEX triplet: B4, 32 and 6E. RGB value is (180,50,110). Sum of RGB (Red+Green+Blue) = 180+50+110=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4326E is #4BCD91. Grayscale: #5F5F5F. Windows color (decimal): -4967826 or 7221940. OLE color: 7221940.

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

Color convert

RGB 180 50 110 -
CMYK 0 0.72 0.39 0.29
HSL 332.31º 0.57% 0.45% -
HSV(B) 332.31º 0.72% 0.71% -
XYZ 22.78 13.11 16.08 -
YUV 95.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 180 50 110 0 0.72 0.39 0.29 332.31 0.57 0.45
Hex B4 32 6E 0 48 27 1D 14C 39 2D
Octal 264 62 156 0 110 47 35 514 71 55
Binary 10110100 110010 1101110 0 1001000 100111 11101 101001100 111001 101101

Color Harmonies of #B4326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4326E

Black with #B4326E

Text Example


Text Example

White with #B4326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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