#BD3D70

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

Shades of Royal Heath #BD3D70

Tints of Royal Heath #BD3D70

Color information

#BD3D70 (or 0xBD3D70) is unknown color: approx Royal Heath. HEX triplet: BD, 3D and 70. RGB value is (189,61,112). Sum of RGB (Red+Green+Blue) = 189+61+112=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D70 is #42C28F. Grayscale: #696969. Windows color (decimal): -4375184 or 7355837. OLE color: 7355837.

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

Color convert

RGB18961112-
CMYK00.680.410.26
HSL336.09º51.2%49.02%-
HSV(B)336.09º67.72%74.12%-
XYZ25.5815.3316.94-
YUV105.09131.91187.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=52.21%
G=16.85%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896111200.680.410.26336.0951.249.02
HexBD3D70044291A1503331
Octal27575160010451325206361
Binary1011110111110111100000100010010100111010101010000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D70; }

 p { color: rgb(189,61,112); }

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

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

 a { background-color: rgb(189,61,112); }

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

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

 span { border-color: rgb(189,61,112); }

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