#BD3066

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

Shades of Rouge #BD3066

Tints of Rouge #BD3066

Color information

#BD3066 (or 0xBD3066) is unknown color: approx Rouge. HEX triplet: BD, 30 and 66. RGB value is (189,48,102). Sum of RGB (Red+Green+Blue) = 189+48+102=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3066 is #42CF99. Grayscale: #606060. Windows color (decimal): -4378522 or 6697149. OLE color: 6697149.

HSL color Cylindrical-coordinate representation of color #BD3066: hue angle of 337.02º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3066 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18948102-
CMYK00.750.460.26
HSL337.02º59.49%46.47%-
HSV(B)337.02º74.6%74.12%-
XYZ24.4413.8913.96-
YUV96.32131.21194.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=55.75%
G=14.16%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894810200.750.460.26337.0259.4946.47
HexBD306604B2E1A1513b2e
Octal27560146011356325217356
Binary1011110111000011001100100101110111011010101010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3066; }

 p { color: rgb(189,48,102); }

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

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

 a { background-color: rgb(189,48,102); }

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

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

 span { border-color: rgb(189,48,102); }

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