#B34067

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

Shades of Rouge #B34067

Tints of Rouge #B34067

Color information

#B34067 (or 0xB34067) is unknown color: approx Rouge. HEX triplet: B3, 40 and 67. RGB value is (179,64,103). Sum of RGB (Red+Green+Blue) = 179+64+103=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34067 is #4CBF98. Grayscale: #666666. Windows color (decimal): -5029785 or 6766771. OLE color: 6766771.

HSL color Cylindrical-coordinate representation of color #B34067: hue angle of 339.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34067 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17964103-
CMYK00.640.420.30
HSL339.65º47.33%47.65%-
HSV(B)339.65º64.25%70.2%-
XYZ22.8714.2314.37-
YUV102.83128.1182.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=51.73%
G=18.50%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796410300.640.420.30339.6547.3347.65
HexB340670402A1E1542f30
Octal263100147010052365245760
Binary10110011100000011001110100000010101011110101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34067; }

 p { color: rgb(179,64,103); }

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

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

 a { background-color: rgb(179,64,103); }

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

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

 span { border-color: rgb(179,64,103); }

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