#BD3069

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

Shades of Rouge #BD3069

Tints of Rouge #BD3069

Color information

#BD3069 (or 0xBD3069) is unknown color: approx Rouge. HEX triplet: BD, 30 and 69. RGB value is (189,48,105). Sum of RGB (Red+Green+Blue) = 189+48+105=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3069 is #42CF96. Grayscale: #606060. Windows color (decimal): -4378519 or 6893757. OLE color: 6893757.

HSL color Cylindrical-coordinate representation of color #BD3069: hue angle of 335.74º 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 #BD3069 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18948105-
CMYK00.750.440.26
HSL335.74º59.49%46.47%-
HSV(B)335.74º74.6%74.12%-
XYZ24.5913.9514.76-
YUV96.66132.71193.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=55.26%
G=14.04%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894810500.750.440.26335.7459.4946.47
HexBD306904B2C1A1503b2e
Octal27560151011354325207356
Binary1011110111000011010010100101110110011010101010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3069; }

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

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

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

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

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

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

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

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