Html Css Color HEX #BD466D Royal Heath

📋 copy color: '#BD466D'

red 189 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #BD466D

Tints of Royal Heath #BD466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

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

R = 51.36%
G = 19.02%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD466D (or 0xBD466D) is known color: Royal Heath. HEX triplet: BD, 46 and 6D. RGB value is (189,70,109). Sum of RGB (Red+Green+Blue) = 189+70+109=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466D is #42B992. Grayscale: #6D6D6D. Windows color (decimal): -4372883 or 7161533. OLE color: 7161533.

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

Color convert

RGB 189 70 109 -
CMYK 0 0.63 0.42 0.26
HSL 340.34º 0.47% 0.51% -
HSV(B) 340.34º 0.63% 0.74% -
XYZ 25.94 16.3 16.25 -
YUV 110.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 189 70 109 0 0.63 0.42 0.26 340.34 0.47 0.51
Hex BD 46 6D 0 3F 2A 1A 154 2F 33
Octal 275 106 155 0 77 52 32 524 57 63
Binary 10111101 1000110 1101101 0 111111 101010 11010 101010100 101111 110011

Color Harmonies of #BD466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD466D

Black with #BD466D

Text Example


Text Example

White with #BD466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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