Html Css Color HEX #B13666 Rouge

📋 copy color: '#B13666'

red 177 ◦ green 54 ◦ blue 102

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

Shades of Rouge #B13666

Tints of Rouge #B13666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 53.15%
G = 16.22%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13666 (or 0xB13666) is known color: Rouge. HEX triplet: B1, 36 and 66. RGB value is (177,54,102). Sum of RGB (Red+Green+Blue) = 177+54+102=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B13666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13666 is #4EC999. Grayscale: #606060. Windows color (decimal): -5163418 or 6698673. OLE color: 6698673.

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

Color convert

RGB 177 54 102 -
CMYK 0 0.69 0.42 0.31
HSL 336.59º 0.53% 0.45% -
HSV(B) 336.59º 0.69% 0.69% -
XYZ 21.85 12.94 13.92 -
YUV 96.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 177 54 102 0 0.69 0.42 0.31 336.59 0.53 0.45
Hex B1 36 66 0 45 2A 1F 151 35 2D
Octal 261 66 146 0 105 52 37 521 65 55
Binary 10110001 110110 1100110 0 1000101 101010 11111 101010001 110101 101101

Color Harmonies of #B13666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13666

Black with #B13666

Text Example


Text Example

White with #B13666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13666; }

 p { color: rgb(177,54,102); }

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

background-color css

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

 a { background-color: rgb(177,54,102); }

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

border-color css

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

 span { border-color: rgb(177,54,102); }

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