#BD3468

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

Shades of Rouge #BD3468

Tints of Rouge #BD3468

Color information

#BD3468 (or 0xBD3468) is unknown color: approx Rouge. HEX triplet: BD, 34 and 68. RGB value is (189,52,104). Sum of RGB (Red+Green+Blue) = 189+52+104=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3468 is #42CB97. Grayscale: #626262. Windows color (decimal): -4377496 or 6829245. OLE color: 6829245.

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

Color convert

RGB18952104-
CMYK00.720.450.26
HSL337.23º56.85%47.25%-
HSV(B)337.23º72.49%74.12%-
XYZ24.7114.2714.55-
YUV98.89130.89192.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=54.78%
G=15.07%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895210400.720.450.26337.2356.8547.25
HexBD34680482D1A151392f
Octal27564150011055325217157
Binary1011110111010011010000100100010110111010101010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3468; }

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

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

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

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

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

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

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

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