Html Css Color HEX #B1306C Rouge

📋 copy color: '#B1306C'

red 177 ◦ green 48 ◦ blue 108

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

Shades of Rouge #B1306C

Tints of Rouge #B1306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 53.15%
G = 14.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1306C (or 0xB1306C) is known color: Rouge. HEX triplet: B1, 30 and 6C. RGB value is (177,48,108). Sum of RGB (Red+Green+Blue) = 177+48+108=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1306C is #4ECF93. Grayscale: #5D5D5D. Windows color (decimal): -5164948 or 7090353. OLE color: 7090353.

HSL color Cylindrical-coordinate representation of color #B1306C: hue angle of 332.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1306C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 108 -
CMYK 0 0.73 0.39 0.31
HSL 332.09º 0.57% 0.44% -
HSV(B) 332.09º 0.73% 0.69% -
XYZ 21.9 12.54 15.45 -
YUV 93.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 177 48 108 0 0.73 0.39 0.31 332.09 0.57 0.44
Hex B1 30 6C 0 49 27 1F 14C 39 2C
Octal 261 60 154 0 111 47 37 514 71 54
Binary 10110001 110000 1101100 0 1001001 100111 11111 101001100 111001 101100

Color Harmonies of #B1306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1306C

Black with #B1306C

Text Example


Text Example

White with #B1306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1306C; }

 p { color: rgb(177,48,108); }

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

background-color css

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

 a { background-color: rgb(177,48,108); }

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

border-color css

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

 span { border-color: rgb(177,48,108); }

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