#BD2B6A

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

Shades of Rouge #BD2B6A

Tints of Rouge #BD2B6A

Color information

#BD2B6A (or 0xBD2B6A) is unknown color: approx Rouge. HEX triplet: BD, 2B and 6A. RGB value is (189,43,106). Sum of RGB (Red+Green+Blue) = 189+43+106=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B6A is #42D495. Grayscale: #5D5D5D. Windows color (decimal): -4379798 or 6958013. OLE color: 6958013.

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

Color convert

RGB18943106-
CMYK00.770.440.26
HSL334.11º62.93%45.49%-
HSV(B)334.11º77.25%74.12%-
XYZ24.4513.5914.97-
YUV93.84134.87195.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=55.92%
G=12.72%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894310600.770.440.26334.1162.9345.49
HexBD2B6A04D2C1A14e3f2d
Octal27553152011554325167755
Binary1011110110101111010100100110110110011010101001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B6A; }

 p { color: rgb(189,43,106); }

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

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

 a { background-color: rgb(189,43,106); }

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

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

 span { border-color: rgb(189,43,106); }

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