#BD3867

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

Shades of Rouge #BD3867

Tints of Rouge #BD3867

Color information

#BD3867 (or 0xBD3867) is unknown color: approx Rouge. HEX triplet: BD, 38 and 67. RGB value is (189,56,103). Sum of RGB (Red+Green+Blue) = 189+56+103=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3867 is #42C798. Grayscale: #656565. Windows color (decimal): -4376473 or 6764733. OLE color: 6764733.

HSL color Cylindrical-coordinate representation of color #BD3867: hue angle of 338.8º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3867 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18956103-
CMYK00.700.460.26
HSL338.8º54.29%48.04%-
HSV(B)338.8º70.37%74.12%-
XYZ24.8514.6314.35-
YUV101.12129.06190.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=54.31%
G=16.09%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895610300.700.460.26338.854.2948.04
HexBD38670462E1A1533630
Octal27570147010656325236660
Binary1011110111100011001110100011010111011010101010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3867; }

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

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

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

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

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

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

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

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