#B14462

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

Shades of Rouge #B14462

Tints of Rouge #B14462

Color information

#B14462 (or 0xB14462) is unknown color: approx Rouge. HEX triplet: B1, 44 and 62. RGB value is (177,68,98). Sum of RGB (Red+Green+Blue) = 177+68+98=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B14462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14462 is #4EBB9D. Grayscale: #686868. Windows color (decimal): -5159838 or 6440113. OLE color: 6440113.

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

Color convert

RGB1776898-
CMYK00.620.450.31
HSL343.49º44.49%48.04%-
HSV(B)343.49º61.58%69.41%-
XYZ22.414.3613.15-
YUV104.01124.61180.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=51.60%
G=19.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177689800.620.450.31343.4944.4948.04
HexB1446203E2D1F1572c30
Octal26110414207655375275460
Binary1011000110001001100010011111010110111111101010111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14462; }

 p { color: rgb(177,68,98); }

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

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

 a { background-color: rgb(177,68,98); }

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

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

 span { border-color: rgb(177,68,98); }

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