Html Css Color HEX #B4376F Rouge

📋 copy color: '#B4376F'

red 180 ◦ green 55 ◦ blue 111

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

Shades of Rouge #B4376F

Tints of Rouge #B4376F

RGB

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

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

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

R = 52.02%
G = 15.9%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4376F (or 0xB4376F) is known color: Rouge. HEX triplet: B4, 37 and 6F. RGB value is (180,55,111). Sum of RGB (Red+Green+Blue) = 180+55+111=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4376F is #4BC890. Grayscale: #626262. Windows color (decimal): -4966545 or 7288756. OLE color: 7288756.

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

Color convert

RGB 180 55 111 -
CMYK 0 0.69 0.38 0.29
HSL 333.12º 0.53% 0.46% -
HSV(B) 333.12º 0.69% 0.71% -
XYZ 23.06 13.58 16.45 -
YUV 98.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 180 55 111 0 0.69 0.38 0.29 333.12 0.53 0.46
Hex B4 37 6F 0 45 26 1D 14D 35 2E
Octal 264 67 157 0 105 46 35 515 65 56
Binary 10110100 110111 1101111 0 1000101 100110 11101 101001101 110101 101110

Color Harmonies of #B4376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4376F

Black with #B4376F

Text Example


Text Example

White with #B4376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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