#BD356B

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

Shades of Rouge #BD356B

Tints of Rouge #BD356B

Color information

#BD356B (or 0xBD356B) is unknown color: approx Rouge. HEX triplet: BD, 35 and 6B. RGB value is (189,53,107). Sum of RGB (Red+Green+Blue) = 189+53+107=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356B is #42CA94. Grayscale: #636363. Windows color (decimal): -4377237 or 7026109. OLE color: 7026109.

HSL color Cylindrical-coordinate representation of color #BD356B: hue angle of 336.18º degrees, saturation: 0.56, 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 #BD356B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18953107-
CMYK00.720.430.26
HSL336.18º56.2%47.45%-
HSV(B)336.18º71.96%74.12%-
XYZ24.9114.4315.38-
YUV99.82132.06191.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=54.15%
G=15.19%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895310700.720.430.26336.1856.247.45
HexBD356B0482B1A150382f
Octal27565153011053325207057
Binary1011110111010111010110100100010101111010101010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD356B; }

 p { color: rgb(189,53,107); }

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

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

 a { background-color: rgb(189,53,107); }

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

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

 span { border-color: rgb(189,53,107); }

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