Html Css Color HEX #B1335A Rouge

📋 copy color: '#B1335A'

red 177 ◦ green 51 ◦ blue 90

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

Shades of Rouge #B1335A

Tints of Rouge #B1335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 55.66%
G = 16.04%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1335A (or 0xB1335A) is known color: Rouge. HEX triplet: B1, 33 and 5A. RGB value is (177,51,90). Sum of RGB (Red+Green+Blue) = 177+51+90=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1335A is #4ECCA5. Grayscale: #5D5D5D. Windows color (decimal): -5164198 or 5911473. OLE color: 5911473.

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

Color convert

RGB 177 51 90 -
CMYK 0 0.71 0.49 0.31
HSL 341.43º 0.55% 0.45% -
HSV(B) 341.43º 0.71% 0.69% -
XYZ 21.16 12.45 10.96 -
YUV 93.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 177 51 90 0 0.71 0.49 0.31 341.43 0.55 0.45
Hex B1 33 5A 0 47 31 1F 155 37 2D
Octal 261 63 132 0 107 61 37 525 67 55
Binary 10110001 110011 1011010 0 1000111 110001 11111 101010101 110111 101101

Color Harmonies of #B1335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1335A

Black with #B1335A

Text Example


Text Example

White with #B1335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1335A; }

 p { color: rgb(177,51,90); }

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

background-color css

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

 a { background-color: rgb(177,51,90); }

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

border-color css

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

 span { border-color: rgb(177,51,90); }

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