#BD366F

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

Shades of Royal Heath #BD366F

Tints of Royal Heath #BD366F

Color information

#BD366F (or 0xBD366F) is unknown color: approx Royal Heath. HEX triplet: BD, 36 and 6F. RGB value is (189,54,111). Sum of RGB (Red+Green+Blue) = 189+54+111=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD366F is #42C990. Grayscale: #646464. Windows color (decimal): -4376977 or 7288509. OLE color: 7288509.

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

Color convert

RGB18954111-
CMYK00.710.410.26
HSL334.67º55.56%47.65%-
HSV(B)334.67º71.43%74.12%-
XYZ25.1714.616.53-
YUV100.86133.73190.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=53.39%
G=15.25%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895411100.710.410.26334.6755.5647.65
HexBD366F047291A14f3830
Octal27566157010751325177060
Binary1011110111011011011110100011110100111010101001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD366F; }

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

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

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

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

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

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

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

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