Html Css Color HEX #B4326F Rouge

📋 copy color: '#B4326F'

red 180 ◦ green 50 ◦ blue 111

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

Shades of Rouge #B4326F

Tints of Rouge #B4326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 52.79%
G = 14.66%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4326F (or 0xB4326F) is known color: Rouge. HEX triplet: B4, 32 and 6F. RGB value is (180,50,111). Sum of RGB (Red+Green+Blue) = 180+50+111=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4326F is #4BCD90. Grayscale: #5F5F5F. Windows color (decimal): -4967825 or 7287476. OLE color: 7287476.

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

Color convert

RGB 180 50 111 -
CMYK 0 0.72 0.38 0.29
HSL 331.85º 0.57% 0.45% -
HSV(B) 331.85º 0.72% 0.71% -
XYZ 22.83 13.13 16.37 -
YUV 95.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 180 50 111 0 0.72 0.38 0.29 331.85 0.57 0.45
Hex B4 32 6F 0 48 26 1D 14C 39 2D
Octal 264 62 157 0 110 46 35 514 71 55
Binary 10110100 110010 1101111 0 1001000 100110 11101 101001100 111001 101101

Color Harmonies of #B4326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4326F

Black with #B4326F

Text Example


Text Example

White with #B4326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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