#B13667

Color #B13667 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B13667

Tints of Rouge #B13667

Color information

#B13667 (or 0xB13667) is unknown color: approx Rouge. HEX triplet: B1, 36 and 67. RGB value is (177,54,103). Sum of RGB (Red+Green+Blue) = 177+54+103=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13667 is #4EC998. Grayscale: #606060. Windows color (decimal): -5163417 or 6764209. OLE color: 6764209.

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

Color convert

RGB17754103-
CMYK00.690.420.31
HSL336.1º53.25%45.29%-
HSV(B)336.1º69.49%69.41%-
XYZ21.912.9614.18-
YUV96.36131.75185.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=52.99%
G=16.17%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775410300.690.420.31336.153.2545.29
HexB136670452A1F150352d
Octal26166147010552375206555
Binary1011000111011011001110100010110101011111101010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13667; }

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

 H1.HeaderClassName
 {
   color: #B13667;
 }
 .AnyTagClassName
 {
   color: #B13667;
 }
</style>
background-color css

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

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

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

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

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

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