#BD3668

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

Shades of Rouge #BD3668

Tints of Rouge #BD3668

Color information

#BD3668 (or 0xBD3668) is unknown color: approx Rouge. HEX triplet: BD, 36 and 68. RGB value is (189,54,104). Sum of RGB (Red+Green+Blue) = 189+54+104=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3668 is #42C997. Grayscale: #646464. Windows color (decimal): -4376984 or 6829757. OLE color: 6829757.

HSL color Cylindrical-coordinate representation of color #BD3668: hue angle of 337.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3668 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB18954104-
CMYK00.710.450.26
HSL337.78º55.56%47.65%-
HSV(B)337.78º71.43%74.12%-
XYZ24.814.4614.58-
YUV100.06130.23191.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=54.47%
G=15.56%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895410400.710.450.26337.7855.5647.65
HexBD36680472D1A1523830
Octal27566150010755325227060
Binary1011110111011011010000100011110110111010101010010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3668; }

 p { color: rgb(189,54,104); }

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

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

 a { background-color: rgb(189,54,104); }

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

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

 span { border-color: rgb(189,54,104); }

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