#B14269

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

Shades of Rouge #B14269

Tints of Rouge #B14269

Color information

#B14269 (or 0xB14269) is unknown color: approx Rouge. HEX triplet: B1, 42 and 69. RGB value is (177,66,105). Sum of RGB (Red+Green+Blue) = 177+66+105=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14269 is #4EBD96. Grayscale: #676767. Windows color (decimal): -5160343 or 6898353. OLE color: 6898353.

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

Color convert

RGB17766105-
CMYK00.630.410.31
HSL338.92º45.68%47.65%-
HSV(B)338.92º62.71%69.41%-
XYZ22.6314.2614.93-
YUV103.64128.77180.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=50.86%
G=18.97%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776610500.630.410.31338.9245.6847.65
HexB1426903F291F1532e30
Octal26110215107751375235660
Binary1011000110000101101001011111110100111111101010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14269; }

 p { color: rgb(177,66,105); }

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

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

 a { background-color: rgb(177,66,105); }

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

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

 span { border-color: rgb(177,66,105); }

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