#BD4372

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

Shades of Royal Heath #BD4372

Tints of Royal Heath #BD4372

Color information

#BD4372 (or 0xBD4372) is unknown color: approx Royal Heath. HEX triplet: BD, 43 and 72. RGB value is (189,67,114). Sum of RGB (Red+Green+Blue) = 189+67+114=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4372 is #42BC8D. Grayscale: #6C6C6C. Windows color (decimal): -4373646 or 7488445. OLE color: 7488445.

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

Color convert

RGB18967114-
CMYK00.650.400.26
HSL336.89º48.03%50.2%-
HSV(B)336.89º64.55%74.12%-
XYZ26.0316.0517.65-
YUV108.84130.92185.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=51.08%
G=18.11%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896711400.650.400.26336.8948.0350.2
HexBD4372041281A1513032
Octal275103162010150325216062
Binary10111101100001111100100100000110100011010101010001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4372; }

 p { color: rgb(189,67,114); }

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

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

 a { background-color: rgb(189,67,114); }

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

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

 span { border-color: rgb(189,67,114); }

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