Html Css Color HEX #B4326B Rouge

📋 copy color: '#B4326B'

red 180 ◦ green 50 ◦ blue 107

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

Shades of Rouge #B4326B

Tints of Rouge #B4326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 53.41%
G = 14.84%
B = 31.75%

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

#B4326B (or 0xB4326B) is known color: Rouge. HEX triplet: B4, 32 and 6B. RGB value is (180,50,107). Sum of RGB (Red+Green+Blue) = 180+50+107=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4326B is #4BCD94. Grayscale: #5F5F5F. Windows color (decimal): -4967829 or 7025332. OLE color: 7025332.

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

Color convert

RGB 180 50 107 -
CMYK 0 0.72 0.41 0.29
HSL 333.69º 0.57% 0.45% -
HSV(B) 333.69º 0.72% 0.71% -
XYZ 22.62 13.05 15.24 -
YUV 95.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 180 50 107 0 0.72 0.41 0.29 333.69 0.57 0.45
Hex B4 32 6B 0 48 29 1D 14E 39 2D
Octal 264 62 153 0 110 51 35 516 71 55
Binary 10110100 110010 1101011 0 1001000 101001 11101 101001110 111001 101101

Color Harmonies of #B4326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4326B

Black with #B4326B

Text Example


Text Example

White with #B4326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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