Html Css Color HEX #BD496D Royal Heath

📋 copy color: '#BD496D'

red 189 ◦ green 73 ◦ blue 109

#BD496D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BD496D

Tints of Royal Heath #BD496D

RGB

 RED value IS 189 (74.22% from 255) = 50.94%

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 50.94%
G = 19.68%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD496D (or 0xBD496D) is known color: Royal Heath. HEX triplet: BD, 49 and 6D. RGB value is (189,73,109). Sum of RGB (Red+Green+Blue) = 189+73+109=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD496D is #42B692. Grayscale: #6F6F6F. Windows color (decimal): -4372115 or 7162301. OLE color: 7162301.

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

Color convert

RGB 189 73 109 -
CMYK 0 0.61 0.42 0.26
HSL 341.38º 0.47% 0.51% -
HSV(B) 341.38º 0.61% 0.74% -
XYZ 26.13 16.69 16.31 -
YUV 111.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 189 73 109 0 0.61 0.42 0.26 341.38 0.47 0.51
Hex BD 49 6D 0 3D 2A 1A 155 2F 33
Octal 275 111 155 0 75 52 32 525 57 63
Binary 10111101 1001001 1101101 0 111101 101010 11010 101010101 101111 110011

Color Harmonies of #BD496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD496D

Black with #BD496D

Text Example


Text Example

White with #BD496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD496D; }

 p { color: rgb(189,73,109); }

 H1.HeaderClassName
 {
   color: #BD496D;
 }
 .AnyTagClassName
 {
   color: #BD496D;
 }
</style>

background-color css

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

 a { background-color: rgb(189,73,109); }

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

border-color css

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

 span { border-color: rgb(189,73,109); }

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