Html Css Color HEX #BD466F Royal Heath

📋 copy color: '#BD466F'

red 189 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #BD466F

Tints of Royal Heath #BD466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 51.08%
G = 18.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD466F (or 0xBD466F) is known color: Royal Heath. HEX triplet: BD, 46 and 6F. RGB value is (189,70,111). Sum of RGB (Red+Green+Blue) = 189+70+111=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD466F is #42B990. Grayscale: #6E6E6E. Windows color (decimal): -4372881 or 7292605. OLE color: 7292605.

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

Color convert

RGB 189 70 111 -
CMYK 0 0.63 0.41 0.26
HSL 339.33º 0.47% 0.51% -
HSV(B) 339.33º 0.63% 0.74% -
XYZ 26.05 16.35 16.82 -
YUV 110.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 189 70 111 0 0.63 0.41 0.26 339.33 0.47 0.51
Hex BD 46 6F 0 3F 29 1A 153 2F 33
Octal 275 106 157 0 77 51 32 523 57 63
Binary 10111101 1000110 1101111 0 111111 101001 11010 101010011 101111 110011

Color Harmonies of #BD466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD466F

Black with #BD466F

Text Example


Text Example

White with #BD466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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