#BD2967

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

Shades of Rouge #BD2967

Tints of Rouge #BD2967

Color information

#BD2967 (or 0xBD2967) is unknown color: approx Rouge. HEX triplet: BD, 29 and 67. RGB value is (189,41,103). Sum of RGB (Red+Green+Blue) = 189+41+103=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2967 is #42D698. Grayscale: #5C5C5C. Windows color (decimal): -4380313 or 6760893. OLE color: 6760893.

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

Color convert

RGB18941103-
CMYK00.780.460.26
HSL334.86º64.35%45.1%-
HSV(B)334.86º78.31%74.12%-
XYZ24.2313.3814.14-
YUV92.32134.03196.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=56.76%
G=12.31%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894110300.780.460.26334.8664.3545.1
HexBD296704E2E1A14f402d
Octal275511470116563251710055
Binary10111101101001110011101001110101110110101010011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2967; }

 p { color: rgb(189,41,103); }

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

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

 a { background-color: rgb(189,41,103); }

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

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

 span { border-color: rgb(189,41,103); }

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