Html Css Color HEX #BD466A Royal Heath

📋 copy color: '#BD466A'

red 189 ◦ green 70 ◦ blue 106

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

Shades of Royal Heath #BD466A

Tints of Royal Heath #BD466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 51.78%
G = 19.18%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD466A (or 0xBD466A) is known color: Royal Heath. HEX triplet: BD, 46 and 6A. RGB value is (189,70,106). Sum of RGB (Red+Green+Blue) = 189+70+106=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466A is #42B995. Grayscale: #6D6D6D. Windows color (decimal): -4372886 or 6964925. OLE color: 6964925.

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

Color convert

RGB 189 70 106 -
CMYK 0 0.63 0.44 0.26
HSL 341.85º 0.47% 0.51% -
HSV(B) 341.85º 0.63% 0.74% -
XYZ 25.78 16.24 15.41 -
YUV 109.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 189 70 106 0 0.63 0.44 0.26 341.85 0.47 0.51
Hex BD 46 6A 0 3F 2C 1A 156 2F 33
Octal 275 106 152 0 77 54 32 526 57 63
Binary 10111101 1000110 1101010 0 111111 101100 11010 101010110 101111 110011

Color Harmonies of #BD466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD466A

Black with #BD466A

Text Example


Text Example

White with #BD466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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