#BD4269

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

Shades of Royal Heath #BD4269

Tints of Royal Heath #BD4269

Color information

#BD4269 (or 0xBD4269) is unknown color: approx Royal Heath. HEX triplet: BD, 42 and 69. RGB value is (189,66,105). Sum of RGB (Red+Green+Blue) = 189+66+105=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4269 is #42BD96. Grayscale: #6B6B6B. Windows color (decimal): -4373911 or 6898365. OLE color: 6898365.

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

Color convert

RGB18966105-
CMYK00.650.440.26
HSL340.98º48.24%50%-
HSV(B)340.98º65.08%74.12%-
XYZ25.4815.7415.06-
YUV107.22126.75186.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=52.5%
G=18.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896610500.650.440.26340.9848.2450
HexBD42690412C1A1553032
Octal275102151010154325256062
Binary10111101100001011010010100000110110011010101010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4269; }

 p { color: rgb(189,66,105); }

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

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

 a { background-color: rgb(189,66,105); }

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

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

 span { border-color: rgb(189,66,105); }

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