#BD416F

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

Shades of Royal Heath #BD416F

Tints of Royal Heath #BD416F

Color information

#BD416F (or 0xBD416F) is unknown color: approx Royal Heath. HEX triplet: BD, 41 and 6F. RGB value is (189,65,111). Sum of RGB (Red+Green+Blue) = 189+65+111=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD416F is #42BE90. Grayscale: #6B6B6B. Windows color (decimal): -4374161 or 7291325. OLE color: 7291325.

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

Color convert

RGB18965111-
CMYK00.660.410.26
HSL337.74º48.82%49.8%-
HSV(B)337.74º65.61%74.12%-
XYZ25.7515.7516.72-
YUV107.32130.08186.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=51.78%
G=17.81%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896511100.660.410.26337.7448.8249.8
HexBD416F042291A1523132
Octal275101157010251325226162
Binary10111101100000111011110100001010100111010101010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD416F; }

 p { color: rgb(189,65,111); }

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

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

 a { background-color: rgb(189,65,111); }

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

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

 span { border-color: rgb(189,65,111); }

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