#BD2867

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

Shades of Rouge #BD2867

Tints of Rouge #BD2867

Color information

#BD2867 (or 0xBD2867) is unknown color: approx Rouge. HEX triplet: BD, 28 and 67. RGB value is (189,40,103). Sum of RGB (Red+Green+Blue) = 189+40+103=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2867 is #42D798. Grayscale: #5B5B5B. Windows color (decimal): -4380569 or 6760637. OLE color: 6760637.

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

Color convert

RGB18940103-
CMYK00.790.460.26
HSL334.63º65.07%44.9%-
HSV(B)334.63º78.84%74.12%-
XYZ24.1913.3214.13-
YUV91.73134.36197.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=56.93%
G=12.05%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894010300.790.460.26334.6365.0744.9
HexBD286704F2E1A14f412d
Octal275501470117563251710155
Binary10111101101000110011101001111101110110101010011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2867; }

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

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

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

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

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

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

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

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