Html Css Color HEX #BD466E Royal Heath

📋 copy color: '#BD466E'

red 189 ◦ green 70 ◦ blue 110

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

Shades of Royal Heath #BD466E

Tints of Royal Heath #BD466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 51.22%
G = 18.97%
B = 29.81%

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

#BD466E (or 0xBD466E) is known color: Royal Heath. HEX triplet: BD, 46 and 6E. RGB value is (189,70,110). Sum of RGB (Red+Green+Blue) = 189+70+110=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466E is #42B991. Grayscale: #6E6E6E. Windows color (decimal): -4372882 or 7227069. OLE color: 7227069.

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

Color convert

RGB 189 70 110 -
CMYK 0 0.63 0.42 0.26
HSL 339.83º 0.47% 0.51% -
HSV(B) 339.83º 0.63% 0.74% -
XYZ 25.99 16.32 16.53 -
YUV 110.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 189 70 110 0 0.63 0.42 0.26 339.83 0.47 0.51
Hex BD 46 6E 0 3F 2A 1A 154 2F 33
Octal 275 106 156 0 77 52 32 524 57 63
Binary 10111101 1000110 1101110 0 111111 101010 11010 101010100 101111 110011

Color Harmonies of #BD466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD466E

Black with #BD466E

Text Example


Text Example

White with #BD466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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