Html Css Color HEX #B1346A Rouge

📋 copy color: '#B1346A'

red 177 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B1346A

Tints of Rouge #B1346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 52.84%
G = 15.52%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1346A (or 0xB1346A) is known color: Rouge. HEX triplet: B1, 34 and 6A. RGB value is (177,52,106). Sum of RGB (Red+Green+Blue) = 177+52+106=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1346A is #4ECB95. Grayscale: #5F5F5F. Windows color (decimal): -5163926 or 6960305. OLE color: 6960305.

HSL color Cylindrical-coordinate representation of color #B1346A: hue angle of 334.08º 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 #B1346A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 106 -
CMYK 0 0.71 0.40 0.31
HSL 334.08º 0.55% 0.45% -
HSV(B) 334.08º 0.71% 0.69% -
XYZ 21.96 12.84 14.96 -
YUV 95.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 177 52 106 0 0.71 0.40 0.31 334.08 0.55 0.45
Hex B1 34 6A 0 47 28 1F 14E 37 2D
Octal 261 64 152 0 107 50 37 516 67 55
Binary 10110001 110100 1101010 0 1000111 101000 11111 101001110 110111 101101

Color Harmonies of #B1346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1346A

Black with #B1346A

Text Example


Text Example

White with #B1346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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