Html Css Color HEX #B4316F Rouge

📋 copy color: '#B4316F'

red 180 ◦ green 49 ◦ blue 111

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

Shades of Rouge #B4316F

Tints of Rouge #B4316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 52.94%
G = 14.41%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4316F (or 0xB4316F) is known color: Rouge. HEX triplet: B4, 31 and 6F. RGB value is (180,49,111). Sum of RGB (Red+Green+Blue) = 180+49+111=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4316F is #4BCE90. Grayscale: #5F5F5F. Windows color (decimal): -4968081 or 7287220. OLE color: 7287220.

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

Color convert

RGB 180 49 111 -
CMYK 0 0.73 0.38 0.29
HSL 331.6º 0.57% 0.45% -
HSV(B) 331.6º 0.73% 0.71% -
XYZ 22.79 13.05 16.36 -
YUV 95.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 180 49 111 0 0.73 0.38 0.29 331.6 0.57 0.45
Hex B4 31 6F 0 49 26 1D 14C 39 2D
Octal 264 61 157 0 111 46 35 514 71 55
Binary 10110100 110001 1101111 0 1001001 100110 11101 101001100 111001 101101

Color Harmonies of #B4316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4316F

Black with #B4316F

Text Example


Text Example

White with #B4316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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