Html Css Color HEX #B1346F Rouge

📋 copy color: '#B1346F'

red 177 ◦ green 52 ◦ blue 111

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

Shades of Rouge #B1346F

Tints of Rouge #B1346F

RGB

 RED value IS 177 (69.53% from 255) = 52.06%

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 52.06%
G = 15.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1346F (or 0xB1346F) is known color: Rouge. HEX triplet: B1, 34 and 6F. RGB value is (177,52,111). Sum of RGB (Red+Green+Blue) = 177+52+111=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1346F is #4ECB90. Grayscale: #5F5F5F. Windows color (decimal): -5163921 or 7287985. OLE color: 7287985.

HSL color Cylindrical-coordinate representation of color #B1346F: hue angle of 331.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1346F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 111 -
CMYK 0 0.71 0.37 0.31
HSL 331.68º 0.55% 0.45% -
HSV(B) 331.68º 0.71% 0.69% -
XYZ 22.23 12.95 16.37 -
YUV 96.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 177 52 111 0 0.71 0.37 0.31 331.68 0.55 0.45
Hex B1 34 6F 0 47 25 1F 14C 37 2D
Octal 261 64 157 0 107 45 37 514 67 55
Binary 10110001 110100 1101111 0 1000111 100101 11111 101001100 110111 101101

Color Harmonies of #B1346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1346F

Black with #B1346F

Text Example


Text Example

White with #B1346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1346F; }

 p { color: rgb(177,52,111); }

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

background-color css

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

 a { background-color: rgb(177,52,111); }

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

border-color css

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

 span { border-color: rgb(177,52,111); }

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