Html Css Color HEX #B1276B Rouge

📋 copy color: '#B1276B'

red 177 ◦ green 39 ◦ blue 107

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

Shades of Rouge #B1276B

Tints of Rouge #B1276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 54.8%
G = 12.07%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1276B (or 0xB1276B) is known color: Rouge. HEX triplet: B1, 27 and 6B. RGB value is (177,39,107). Sum of RGB (Red+Green+Blue) = 177+39+107=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1276B is #4ED894. Grayscale: #575757. Windows color (decimal): -5167253 or 7022513. OLE color: 7022513.

HSL color Cylindrical-coordinate representation of color #B1276B: hue angle of 330.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1276B is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 107 -
CMYK 0 0.78 0.40 0.31
HSL 330.43º 0.64% 0.42% -
HSV(B) 330.43º 0.78% 0.69% -
XYZ 21.51 11.86 15.07 -
YUV 88.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 177 39 107 0 0.78 0.40 0.31 330.43 0.64 0.42
Hex B1 27 6B 0 4E 28 1F 14A 40 2A
Octal 261 47 153 0 116 50 37 512 100 52
Binary 10110001 100111 1101011 0 1001110 101000 11111 101001010 1000000 101010

Color Harmonies of #B1276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1276B

Black with #B1276B

Text Example


Text Example

White with #B1276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1276B; }

 p { color: rgb(177,39,107); }

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

background-color css

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

 a { background-color: rgb(177,39,107); }

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

border-color css

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

 span { border-color: rgb(177,39,107); }

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