Html Css Color HEX #B1405E Rouge

📋 copy color: '#B1405E'

red 177 ◦ green 64 ◦ blue 94

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

Shades of Rouge #B1405E

Tints of Rouge #B1405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 52.84%
G = 19.1%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1405E (or 0xB1405E) is known color: Rouge. HEX triplet: B1, 40 and 5E. RGB value is (177,64,94). Sum of RGB (Red+Green+Blue) = 177+64+94=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1405E is #4EBFA1. Grayscale: #656565. Windows color (decimal): -5160866 or 6176945. OLE color: 6176945.

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

Color convert

RGB 177 64 94 -
CMYK 0 0.64 0.47 0.31
HSL 344.07º 0.47% 0.47% -
HSV(B) 344.07º 0.64% 0.69% -
XYZ 21.99 13.82 12.1 -
YUV 101.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 177 64 94 0 0.64 0.47 0.31 344.07 0.47 0.47
Hex B1 40 5E 0 40 2F 1F 158 2F 2F
Octal 261 100 136 0 100 57 37 530 57 57
Binary 10110001 1000000 1011110 0 1000000 101111 11111 101011000 101111 101111

Color Harmonies of #B1405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1405E

Black with #B1405E

Text Example


Text Example

White with #B1405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1405E; }

 p { color: rgb(177,64,94); }

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

background-color css

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

 a { background-color: rgb(177,64,94); }

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

border-color css

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

 span { border-color: rgb(177,64,94); }

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