#BD4074

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

Shades of Royal Heath #BD4074

Tints of Royal Heath #BD4074

Color information

#BD4074 (or 0xBD4074) is unknown color: approx Royal Heath. HEX triplet: BD, 40 and 74. RGB value is (189,64,116). Sum of RGB (Red+Green+Blue) = 189+64+116=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4074 is #42BF8B. Grayscale: #6B6B6B. Windows color (decimal): -4374412 or 7618749. OLE color: 7618749.

HSL color Cylindrical-coordinate representation of color #BD4074: hue angle of 335.04º 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 #BD4074 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB18964116-
CMYK00.660.390.26
HSL335.04º49.41%49.61%-
HSV(B)335.04º66.14%74.12%-
XYZ25.9715.7518.19-
YUV107.3132.91186.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=51.22%
G=17.34%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896411600.660.390.26335.0449.4149.61
HexBD4074042271A14f3132
Octal275100164010247325176162
Binary10111101100000011101000100001010011111010101001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4074; }

 p { color: rgb(189,64,116); }

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

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

 a { background-color: rgb(189,64,116); }

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

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

 span { border-color: rgb(189,64,116); }

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