Html Css Color HEX #B4366F Rouge

📋 copy color: '#B4366F'

red 180 ◦ green 54 ◦ blue 111

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

Shades of Rouge #B4366F

Tints of Rouge #B4366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 52.17%
G = 15.65%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4366F (or 0xB4366F) is known color: Rouge. HEX triplet: B4, 36 and 6F. RGB value is (180,54,111). Sum of RGB (Red+Green+Blue) = 180+54+111=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4366F is #4BC990. Grayscale: #626262. Windows color (decimal): -4966801 or 7288500. OLE color: 7288500.

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

Color convert

RGB 180 54 111 -
CMYK 0 0.7 0.38 0.29
HSL 332.86º 0.54% 0.46% -
HSV(B) 332.86º 0.7% 0.71% -
XYZ 23.01 13.49 16.43 -
YUV 98.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 180 54 111 0 0.7 0.38 0.29 332.86 0.54 0.46
Hex B4 36 6F 0 46 26 1D 14D 36 2E
Octal 264 66 157 0 106 46 35 515 66 56
Binary 10110100 110110 1101111 0 1000110 100110 11101 101001101 110110 101110

Color Harmonies of #B4366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4366F

Black with #B4366F

Text Example


Text Example

White with #B4366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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