Html Css Color HEX #B4396F Rouge

📋 copy color: '#B4396F'

red 180 ◦ green 57 ◦ blue 111

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

Shades of Rouge #B4396F

Tints of Rouge #B4396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 51.72%
G = 16.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4396F (or 0xB4396F) is known color: Rouge. HEX triplet: B4, 39 and 6F. RGB value is (180,57,111). Sum of RGB (Red+Green+Blue) = 180+57+111=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B4396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4396F is #4BC690. Grayscale: #636363. Windows color (decimal): -4966033 or 7289268. OLE color: 7289268.

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

Color convert

RGB 180 57 111 -
CMYK 0 0.68 0.38 0.29
HSL 333.66º 0.52% 0.46% -
HSV(B) 333.66º 0.68% 0.71% -
XYZ 23.15 13.78 16.48 -
YUV 99.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 180 57 111 0 0.68 0.38 0.29 333.66 0.52 0.46
Hex B4 39 6F 0 44 26 1D 14E 34 2E
Octal 264 71 157 0 104 46 35 516 64 56
Binary 10110100 111001 1101111 0 1000100 100110 11101 101001110 110100 101110

Color Harmonies of #B4396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4396F

Black with #B4396F

Text Example


Text Example

White with #B4396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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