#B43467

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

Shades of Rouge #B43467

Tints of Rouge #B43467

Color information

#B43467 (or 0xB43467) is unknown color: approx Rouge. HEX triplet: B4, 34 and 67. RGB value is (180,52,103). Sum of RGB (Red+Green+Blue) = 180+52+103=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B43467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43467 is #4BCB98. Grayscale: #606060. Windows color (decimal): -4967321 or 6763700. OLE color: 6763700.

HSL color Cylindrical-coordinate representation of color #B43467: hue angle of 336.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43467 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18052103-
CMYK00.710.430.29
HSL336.09º55.17%45.49%-
HSV(B)336.09º71.11%70.59%-
XYZ22.513.1414.18-
YUV96.09131.91187.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=53.73%
G=15.52%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805210300.710.430.29336.0955.1745.49
HexB434670472B1D150372d
Octal26464147010753355206755
Binary1011010011010011001110100011110101111101101010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43467; }

 p { color: rgb(180,52,103); }

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

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

 a { background-color: rgb(180,52,103); }

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

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

 span { border-color: rgb(180,52,103); }

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