#BD4172

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

Shades of Royal Heath #BD4172

Tints of Royal Heath #BD4172

Color information

#BD4172 (or 0xBD4172) is unknown color: approx Royal Heath. HEX triplet: BD, 41 and 72. RGB value is (189,65,114). Sum of RGB (Red+Green+Blue) = 189+65+114=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4172 is #42BE8D. Grayscale: #6B6B6B. Windows color (decimal): -4374158 or 7487933. OLE color: 7487933.

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

Color convert

RGB18965114-
CMYK00.660.400.26
HSL336.29º48.82%49.8%-
HSV(B)336.29º65.61%74.12%-
XYZ25.9115.8117.61-
YUV107.66131.58186.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=51.36%
G=17.66%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896511400.660.400.26336.2948.8249.8
HexBD4172042281A1503132
Octal275101162010250325206162
Binary10111101100000111100100100001010100011010101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4172; }

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

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

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

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

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

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

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

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