Html Css Color HEX #B4296C Rouge

📋 copy color: '#B4296C'

red 180 ◦ green 41 ◦ blue 108

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

Shades of Rouge #B4296C

Tints of Rouge #B4296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 54.71%
G = 12.46%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4296C (or 0xB4296C) is known color: Rouge. HEX triplet: B4, 29 and 6C. RGB value is (180,41,108). Sum of RGB (Red+Green+Blue) = 180+41+108=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4296C is #4BD693. Grayscale: #5A5A5A. Windows color (decimal): -4970132 or 7088564. OLE color: 7088564.

HSL color Cylindrical-coordinate representation of color #B4296C: hue angle of 331.08º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4296C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 108 -
CMYK 0 0.77 0.40 0.29
HSL 331.08º 0.63% 0.43% -
HSV(B) 331.08º 0.77% 0.71% -
XYZ 22.32 12.37 15.4 -
YUV 90.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 180 41 108 0 0.77 0.40 0.29 331.08 0.63 0.43
Hex B4 29 6C 0 4D 28 1D 14B 3F 2B
Octal 264 51 154 0 115 50 35 513 77 53
Binary 10110100 101001 1101100 0 1001101 101000 11101 101001011 111111 101011

Color Harmonies of #B4296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4296C

Black with #B4296C

Text Example


Text Example

White with #B4296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4296C; }

 p { color: rgb(180,41,108); }

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

background-color css

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

 a { background-color: rgb(180,41,108); }

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

border-color css

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

 span { border-color: rgb(180,41,108); }

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