#BD3E6C

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

Shades of Royal Heath #BD3E6C

Tints of Royal Heath #BD3E6C

Color information

#BD3E6C (or 0xBD3E6C) is unknown color: approx Royal Heath. HEX triplet: BD, 3E and 6C. RGB value is (189,62,108). Sum of RGB (Red+Green+Blue) = 189+62+108=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E6C is #42C193. Grayscale: #696969. Windows color (decimal): -4374932 or 7093949. OLE color: 7093949.

HSL color Cylindrical-coordinate representation of color #BD3E6C: hue angle of 338.27º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E6C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18962108-
CMYK00.670.430.26
HSL338.27º50.6%49.22%-
HSV(B)338.27º67.2%74.12%-
XYZ25.4215.3515.81-
YUV105.22129.58187.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=52.65%
G=17.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896210800.670.430.26338.2750.649.22
HexBD3E6C0432B1A1523331
Octal27576154010353325226361
Binary1011110111111011011000100001110101111010101010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3E6C; }

 p { color: rgb(189,62,108); }

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

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

 a { background-color: rgb(189,62,108); }

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

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

 span { border-color: rgb(189,62,108); }

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