Html Css Color HEX #B1305E Rouge

📋 copy color: '#B1305E'

red 177 ◦ green 48 ◦ blue 94

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

Shades of Rouge #B1305E

Tints of Rouge #B1305E

RGB

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

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

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

R = 55.49%
G = 15.05%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1305E (or 0xB1305E) is known color: Rouge. HEX triplet: B1, 30 and 5E. RGB value is (177,48,94). Sum of RGB (Red+Green+Blue) = 177+48+94=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1305E is #4ECFA1. Grayscale: #5B5B5B. Windows color (decimal): -5164962 or 6172849. OLE color: 6172849.

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

Color convert

RGB 177 48 94 -
CMYK 0 0.73 0.47 0.31
HSL 338.6º 0.57% 0.44% -
HSV(B) 338.6º 0.73% 0.69% -
XYZ 21.21 12.27 11.84 -
YUV 91.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 177 48 94 0 0.73 0.47 0.31 338.6 0.57 0.44
Hex B1 30 5E 0 49 2F 1F 153 39 2C
Octal 261 60 136 0 111 57 37 523 71 54
Binary 10110001 110000 1011110 0 1001001 101111 11111 101010011 111001 101100

Color Harmonies of #B1305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1305E

Black with #B1305E

Text Example


Text Example

White with #B1305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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