Html Css Color HEX #B4316B Rouge

📋 copy color: '#B4316B'

red 180 ◦ green 49 ◦ blue 107

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

Shades of Rouge #B4316B

Tints of Rouge #B4316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 53.57%
G = 14.58%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4316B (or 0xB4316B) is known color: Rouge. HEX triplet: B4, 31 and 6B. RGB value is (180,49,107). Sum of RGB (Red+Green+Blue) = 180+49+107=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4316B is #4BCE94. Grayscale: #5E5E5E. Windows color (decimal): -4968085 or 7025076. OLE color: 7025076.

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

Color convert

RGB 180 49 107 -
CMYK 0 0.73 0.41 0.29
HSL 333.44º 0.57% 0.45% -
HSV(B) 333.44º 0.73% 0.71% -
XYZ 22.57 12.96 15.22 -
YUV 94.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 180 49 107 0 0.73 0.41 0.29 333.44 0.57 0.45
Hex B4 31 6B 0 49 29 1D 14D 39 2D
Octal 264 61 153 0 111 51 35 515 71 55
Binary 10110100 110001 1101011 0 1001001 101001 11101 101001101 111001 101101

Color Harmonies of #B4316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4316B

Black with #B4316B

Text Example


Text Example

White with #B4316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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