Html Css Color HEX #B1285D Rouge

📋 copy color: '#B1285D'

red 177 ◦ green 40 ◦ blue 93

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

Shades of Rouge #B1285D

Tints of Rouge #B1285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 57.1%
G = 12.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1285D (or 0xB1285D) is known color: Rouge. HEX triplet: B1, 28 and 5D. RGB value is (177,40,93). Sum of RGB (Red+Green+Blue) = 177+40+93=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1285D is #4ED7A2. Grayscale: #565656. Windows color (decimal): -5167011 or 6105265. OLE color: 6105265.

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

Color convert

RGB 177 40 93 -
CMYK 0 0.77 0.47 0.31
HSL 336.79º 0.63% 0.43% -
HSV(B) 336.79º 0.77% 0.69% -
XYZ 20.87 11.66 11.51 -
YUV 87.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 177 40 93 0 0.77 0.47 0.31 336.79 0.63 0.43
Hex B1 28 5D 0 4D 2F 1F 151 3F 2B
Octal 261 50 135 0 115 57 37 521 77 53
Binary 10110001 101000 1011101 0 1001101 101111 11111 101010001 111111 101011

Color Harmonies of #B1285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1285D

Black with #B1285D

Text Example


Text Example

White with #B1285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1285D; }

 p { color: rgb(177,40,93); }

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

background-color css

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

 a { background-color: rgb(177,40,93); }

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

border-color css

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

 span { border-color: rgb(177,40,93); }

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