Html Css Color HEX #B4376C Rouge

📋 copy color: '#B4376C'

red 180 ◦ green 55 ◦ blue 108

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

Shades of Rouge #B4376C

Tints of Rouge #B4376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

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

R = 52.48%
G = 16.03%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4376C (or 0xB4376C) is known color: Rouge. HEX triplet: B4, 37 and 6C. RGB value is (180,55,108). Sum of RGB (Red+Green+Blue) = 180+55+108=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4376C is #4BC893. Grayscale: #626262. Windows color (decimal): -4966548 or 7092148. OLE color: 7092148.

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

Color convert

RGB 180 55 108 -
CMYK 0 0.69 0.40 0.29
HSL 334.56º 0.53% 0.46% -
HSV(B) 334.56º 0.69% 0.71% -
XYZ 22.9 13.52 15.59 -
YUV 98.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 180 55 108 0 0.69 0.40 0.29 334.56 0.53 0.46
Hex B4 37 6C 0 45 28 1D 14F 35 2E
Octal 264 67 154 0 105 50 35 517 65 56
Binary 10110100 110111 1101100 0 1000101 101000 11101 101001111 110101 101110

Color Harmonies of #B4376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4376C

Black with #B4376C

Text Example


Text Example

White with #B4376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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