#BD396A

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

Shades of Royal Heath #BD396A

Tints of Royal Heath #BD396A

Color information

#BD396A (or 0xBD396A) is unknown color: approx Royal Heath. HEX triplet: BD, 39 and 6A. RGB value is (189,57,106). Sum of RGB (Red+Green+Blue) = 189+57+106=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD396A is #42C695. Grayscale: #656565. Windows color (decimal): -4376214 or 6961597. OLE color: 6961597.

HSL color Cylindrical-coordinate representation of color #BD396A: hue angle of 337.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD396A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18957106-
CMYK00.700.440.26
HSL337.73º53.66%48.24%-
HSV(B)337.73º69.84%74.12%-
XYZ25.0514.7915.17-
YUV102.05130.23190.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=53.69%
G=16.19%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895710600.700.440.26337.7353.6648.24
HexBD396A0462C1A1523630
Octal27571152010654325226660
Binary1011110111100111010100100011010110011010101010010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD396A; }

 p { color: rgb(189,57,106); }

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

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

 a { background-color: rgb(189,57,106); }

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

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

 span { border-color: rgb(189,57,106); }

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